Skip to content

Commit

Permalink
Fix workflow variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso authored Jan 11, 2025
1 parent 75db7b6 commit 6a33164
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-sign-commit-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:
- name: Login at GCP Artifact Registry
uses: celo-org/reusable-workflows/.github/actions/[email protected]
with:
workload-id-provider: 'projects/1094498259535/locations/global/workloadIdentityPools/gh-celo-blockchain/providers/github-by-repos'
service-account: '[email protected]'
workload-id-provider: 'projects/1094498259535/locations/global/workloadIdentityPools/gh-celo-blockchain-dev/providers/github-by-repos'
service-account: 'celo-blockchain-dev@devopsre.iam.gserviceaccount.com'
docker-gcp-registries: us-west1-docker.pkg.dev
- name: Build and push container
uses: celo-org/reusable-workflows/.github/actions/[email protected]
with:
platforms: linux/amd64
registry: us-west1-docker.pkg.dev/devopsre/celo-blockchain-public/geth-all
registry: us-west1-docker.pkg.dev/devopsre/dev-images/geth-all
tags: ${{ github.sha }}
context: .
dockerfile: Dockerfile.alltools
Expand Down

0 comments on commit 6a33164

Please sign in to comment.