From ca60e51b53c3be6f9517de7c73d4711e9c1f7236 Mon Sep 17 00:00:00 2001 From: larry-aptos <112209412+larry-aptos@users.noreply.github.com> Date: Wed, 22 May 2024 13:13:17 -0700 Subject: [PATCH] fix the dockerhub copy. (#384) --- .github/workflows/copy-processor-images-to-dockerhub.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copy-processor-images-to-dockerhub.yaml b/.github/workflows/copy-processor-images-to-dockerhub.yaml index e8279374c..f563f43d0 100644 --- a/.github/workflows/copy-processor-images-to-dockerhub.yaml +++ b/.github/workflows/copy-processor-images-to-dockerhub.yaml @@ -70,5 +70,5 @@ jobs: FORCE_COLOR: 3 # Force color output as per https://github.com/google/zx#using-github-actions GIT_SHA: ${{ inputs.GIT_SHA }} GCP_DOCKER_ARTIFACT_REPO: ${{ vars.GCP_DOCKER_ARTIFACT_REPO }} - run: pnpm release-processor-images --language=${{ inputs.processor_language }} --version-tag=aptos-indexer-processors-v${{ inputs.version_tag }} --wait-for-image-seconds=3600 + run: pnpm release-processor-images --language=${{ inputs.processor_language }} --version-tag=${{ inputs.version_tag }} --wait-for-image-seconds=3600 working-directory: scripts