Skip to content

Commit

Permalink
try like this
Browse files Browse the repository at this point in the history
  • Loading branch information
simonfelding committed Feb 17, 2025
1 parent c742d18 commit 1a61be7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ jobs:
outputs: type=image,"name=${{ env.DOCKERHUB_REPO }},${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=false
context: ./build
file: ./build/Dockerfile
tags: localbuild/protonmail-bridge:test
tags: localbuild/protonmail-bridge:test-build
build-args: |
version=${{ env.version }}
- name: Scan image
id: scan
uses: anchore/scan-action@v6
uses: anchore/scan-action@v2
with:
image: localbuild/protonmail-bridge:test
image: localbuild/protonmail-bridge:test-build
fail-build: false
severity-cutoff: critical
acs-report-enable: true
Expand Down

0 comments on commit 1a61be7

Please sign in to comment.