Skip to content

Commit

Permalink
Merge pull request #4 from celo-org/pputman/update-ignore-files
Browse files Browse the repository at this point in the history
updating ignore files
  • Loading branch information
pputman-clabs authored Feb 5, 2024
2 parents 0988842 + 0ecf27d commit a864093
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore generated credentials from google-github-actions/auth
gha-creds-*.json
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.0.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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
bin/**/*

# Ignore generated credentials from google-github-actions/auth
gha-creds-*.json

0 comments on commit a864093

Please sign in to comment.