Skip to content

Commit

Permalink
gh workflow for contianer image (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso authored and karlb committed Nov 15, 2023
1 parent 5c764de commit 2454b42
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/docker-build-scan.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
name: Docker Build Push
on:
pull_request:
push:
workflow_dispatch:

jobs:
Build-Scan-Container:
uses: celo-org/reusable-workflows/.github/workflows/container-cicd-local.yaml@main
build-scan-container:
uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@main
name: Build us-west1-docker.pkg.dev/blockchaintestsglobaltestnet/dev-images/op-geth:${{ github.sha }}
with:
dockerfile: Dockerfile
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 }}
context: .
file: Dockerfile
trivy: true

0 comments on commit 2454b42

Please sign in to comment.