diff --git a/.github/workflows/copy-processor-images-to-dockerhub.yaml b/.github/workflows/copy-processor-images-to-dockerhub.yaml index c7bf5d18b..7e561273c 100644 --- a/.github/workflows/copy-processor-images-to-dockerhub.yaml +++ b/.github/workflows/copy-processor-images-to-dockerhub.yaml @@ -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