Skip to content

Commit

Permalink
Update docker-build-scan workflow
Browse files Browse the repository at this point in the history
We changed that reusable-workflow this week adding support for
specifying multiple tags. Then the `tag` parameter is now `tags`, and you
can set multiple image references separated by `,`. Also, optionally, you
can specify in tags the full image reference (registry/image:tag) and
not only the tag, if you prefer.
  • Loading branch information
karlb committed Nov 17, 2023
1 parent c362c07 commit 56ed0ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:

jobs:
build-scan-container:
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@main
uses: celo-org/reusable-worflows/.github/workflows/container-cicd.yaml@main
name: Build us-west1-docker.pkg.dev/blockchaintestsglobaltestnet/dev-images/op-geth:${{ github.sha }}
with:
workload-id-provider: projects/1094498259535/locations/global/workloadIdentityPools/gh-op-geth/providers/github-by-repos
service-account: '[email protected]'
artifact-registry: us-west1-docker.pkg.dev/blockchaintestsglobaltestnet/dev-images/op-geth
tag: ${{ github.sha }}
tags: ${{ github.sha }}
context: .
file: Dockerfile
trivy: true

0 comments on commit 56ed0ff

Please sign in to comment.