Skip to content

Commit

Permalink
fix the dockerhub copy. (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
larry-aptos authored May 22, 2024
1 parent 8c41d26 commit ca60e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copy-processor-images-to-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ca60e51

Please sign in to comment.