Skip to content

Commit

Permalink
Add prefix to release (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtso authored May 14, 2024
1 parent c370aad commit 2eab97f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/copy-processor-images-to-dockerhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ 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 2eab97f

Please sign in to comment.