Skip to content

Commit

Permalink
Fix docker image path for GAR (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
relud authored Nov 19, 2024
1 parent 8217550 commit 8659cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ jobs:
uses: mozilla-it/deploy-actions/docker-push@v3.12.0
with:
local_image: local/obs-common-fakesentry:latest
image_repo_path: us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/cavendish-prod/fakesentry
image_repo_path: ${{ secrets.GCP_PROJECT_ID }}/cavendish-prod/fakesentry
image_tag: ${{ env.RELEASE_TAG }}
workload_identity_pool_project_number: ${{ vars.GCPV2_WORKLOAD_IDENTITY_POOL_PROJECT_NUMBER }}
project_id: ${{ secrets.GCP_PROJECT_ID }}
- name: Push gcs-emulator Docker image to GAR
uses: mozilla-it/deploy-actions/docker-push@v3.12.0
with:
local_image: local/obs-common-gcs-emulator:latest
image_repo_path: us-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/cavendish-prod/gcs-emulator
image_repo_path: ${{ secrets.GCP_PROJECT_ID }}/cavendish-prod/gcs-emulator
image_tag: ${{ env.RELEASE_TAG }}
workload_identity_pool_project_number: ${{ vars.GCPV2_WORKLOAD_IDENTITY_POOL_PROJECT_NUMBER }}
project_id: ${{ secrets.GCP_PROJECT_ID }}
Expand Down

0 comments on commit 8659cf3

Please sign in to comment.