Skip to content

Commit

Permalink
Update geth-all image name
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso committed Mar 19, 2024
1 parent 3175b30 commit 7ed73a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-sign-commit-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: celo-org/reusable-workflows/.github/actions/build-container@v2.0.1
with:
platforms: linux/amd64,linux/arm64
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 All @@ -71,4 +71,4 @@ jobs:
- build-container-geth-all
with:
source-image: us-west1-docker.pkg.dev/devopsre/dev-images/geth-all:${{ github.sha }}
destination-image: us-west1-docker.pkg.dev/devopsre/dev-images/geth:master
destination-image: us-west1-docker.pkg.dev/devopsre/dev-images/geth-all:master

0 comments on commit 7ed73a3

Please sign in to comment.