Skip to content

Commit

Permalink
Add gh workflow for container image (#10, #14)
Browse files Browse the repository at this point in the history
  • Loading branch information
pputman-clabs authored and carterqw2 committed Jun 11, 2024
1 parent 5f88312 commit 78cb7d2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/docker-build-scan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Docker Build Push
on:
push:
workflow_dispatch:

jobs:
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:
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
tags: ${{ github.sha }}
context: .
file: Dockerfile
trivy: true

0 comments on commit 78cb7d2

Please sign in to comment.