fix mistakes

This commit is contained in:
Simon Ungar Felding 2025-02-17 18:43:54 +01:00
parent d48e7a35fb
commit 00cdb17e0b
2 changed files with 3 additions and 3 deletions

View file

@ -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: |