Skip to content

Commit

Permalink
Merge pull request #43 from KjellBerlin/github-deployment-action-5
Browse files Browse the repository at this point in the history
Modify artifact registry domain
  • Loading branch information
KjellBerlin authored Aug 6, 2024
2 parents c24082d + 393a59d commit db2ba1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
GITHUB_SHA: ${{ github.sha }}
run: |
docker build -t gcr.io/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.ARTIFACT_REGISTRY_REPO }}/carbonara-core:${GITHUB_SHA} .
docker push gcr.io/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.ARTIFACT_REGISTRY_REPO }}/carbonara-core:${GITHUB_SHA}
docker push gcr.io/europe-west3-docker.pkg.dev/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.ARTIFACT_REGISTRY_REPO }}/carbonara-core:${GITHUB_SHA}
- name: Deploy to Cloud Run
env:
Expand Down

0 comments on commit db2ba1f

Please sign in to comment.