Skip to content

Commit

Permalink
Update docker-build-scan.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarof2 authored Dec 4, 2024
1 parent de62687 commit f102315
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-build-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
context: .
dockerfile: Dockerfile
push: true
trivy: false
#trivy: ${{ startsWith(github.ref, 'refs/heads/celo') }}
trivy: ${{ startsWith(github.ref, 'refs/heads/celo') }}

build-scan-container-bootnode:
runs-on: ['self-hosted', 'org', '8-cpu']
Expand All @@ -59,5 +58,4 @@ jobs:
context: .
dockerfile: Dockerfile.bootnode
push: true
trivy: false
#trivy: ${{ startsWith(github.ref, 'refs/heads/celo') }}
trivy: ${{ startsWith(github.ref, 'refs/heads/celo') }}

0 comments on commit f102315

Please sign in to comment.