Skip to content

Commit

Permalink
github: Remove build-scan-container-bootnode job
Browse files Browse the repository at this point in the history
The underlying command has been removed upstream:
53f66c1
  • Loading branch information
karlb committed Feb 3, 2025
1 parent 0e336b2 commit c8aeb1a
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/docker-build-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,28 +34,3 @@ jobs:
dockerfile: Dockerfile
push: true
trivy: ${{ startsWith(github.ref, 'refs/heads/celo') }}

build-scan-container-bootnode:
runs-on: ['self-hosted', 'org', '8-cpu']
permissions:
contents: read
security-events: write
id-token: write
steps:
- uses: actions/checkout@v4
- 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-op-geth/providers/github-by-repos
service-account: [email protected]
docker-gcp-registries: us-west1-docker.pkg.dev
- name: Build and push container
uses: celo-org/reusable-workflows/.github/actions/[email protected]
with:
platforms: ${{ startsWith(github.ref, 'refs/heads/celo') && 'linux/amd64,linux/arm64' || 'linux/amd64' }}
registry: us-west1-docker.pkg.dev/blockchaintestsglobaltestnet/dev-images/op-geth-bootnode
tags: ${{ github.sha }}
context: .
dockerfile: Dockerfile.bootnode
push: true
trivy: ${{ startsWith(github.ref, 'refs/heads/celo') }}

0 comments on commit c8aeb1a

Please sign in to comment.