Skip to content

Commit

Permalink
Fix DOCKER_REGISTRY
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan-chen committed Oct 16, 2024
1 parent 2dbc3c4 commit 310ed9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
- name: Push to GCP
run: |
gcloud auth configure-docker $DOCKER_REGISTRY
docker build . -f proposer/op/Dockerfile.op_proposer -t $$DOCKER_REGISTRY/${{ secrets.GCP_PROJECT_ID }}/op-succinct-proposer:${{ github.ref_name }}
docker build . -f proposer/op/Dockerfile.op_proposer -t $DOCKER_REGISTRY/${{ secrets.GCP_PROJECT_ID }}/op-succinct-proposer:${{ github.ref_name }}
docker push $DOCKER_REGISTRY/${{ secrets.GCP_PROJECT_ID }}/op-succinct-proposer:${{ github.ref_name }}

0 comments on commit 310ed9a

Please sign in to comment.