mirror of
https://github.com/shenxn/protonmail-bridge-docker.git
synced 2025-12-06 00:17:10 +00:00
try like this
This commit is contained in:
parent
cdd876c13c
commit
30e17efa01
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -56,14 +56,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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user