fix mistakes
This commit is contained in:
parent
d48e7a35fb
commit
00cdb17e0b
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
file: ./build/Dockerfile
|
||||
tags: localbuild/protonmail-bridge:test
|
||||
build-args: |
|
||||
version="${{ env.version }}"
|
||||
version=${{ env.version }}
|
||||
- name: Scan image
|
||||
id: scan
|
||||
uses: anchore/scan-action@v6
|
||||
|
|
@ -135,7 +135,7 @@ jobs:
|
|||
provenance: true
|
||||
sbom: true
|
||||
build-args: |
|
||||
version="${{ env.version }}"
|
||||
version=${{ env.version }}
|
||||
|
||||
- name: Export digest
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue