Skip to content

Commit

Permalink
updating workflow to tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pputman-clabs committed Feb 5, 2024
1 parent 5e9377e commit 96a8f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Login at GCP Artifact Registry
uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@main
uses: celo-org/reusable-workflows/.github/actions/auth-gcp-artifact-registry@v2.1
with:
workload-id-provider: 'projects/1094498259535/locations/global/workloadIdentityPools/gh-image-annotator-webhook/providers/github-by-repos'
service-account: '[email protected]'
Expand All @@ -43,7 +43,7 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
registry: us-west1-docker.pkg.dev/devopsre/image-annotator-webhook/image-annotator-webhook
tag: ${{ github.sha }}
tags: ${{ github.sha }}
context: .
dockerfile: ./Dockerfile
push: ${{ fromJSON(true) }}
Expand Down

0 comments on commit 96a8f6a

Please sign in to comment.