Skip to content

Commit

Permalink
Add prefix to release version
Browse files Browse the repository at this point in the history
  • Loading branch information
rtso committed May 14, 2024
1 parent 328754c commit c370aad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/copy-processor-images-to-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
env:
FORCE_COLOR: 3 # Force color output as per https://github.com/google/zx#using-github-actions
GIT_SHA: ${{ inputs.GIT_SHA }}
<<<<<<< Updated upstream
GCP_DOCKER_ARTIFACT_PROCESSOR_REPO_US: ${{ secrets.GCP_DOCKER_ARTIFACT_REPO }}
run: pnpm release-processor-images --language=${{ inputs.processor_language }} --version-tag=${{ inputs.version_tag }} --wait-for-image-seconds=3600
=======
GCP_DOCKER_ARTIFACT_PROCESSOR_REPO_US: ${{ secrets.GCP_DOCKER_ARTIFACT_REPO_US }}
run: pnpm release-processor-images --language=${{ inputs.processor_language }} --version-tag=aptos-indexer-processors-v${{ inputs.version_tag }} --wait-for-image-seconds=3600
>>>>>>> Stashed changes
working-directory: scripts

0 comments on commit c370aad

Please sign in to comment.