diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-05-15 14:41:39 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-05-15 14:41:39 +0000 |
commit | 006cb3a77d7437a60733c28abee0083e6f02ae90 (patch) | |
tree | 2cae44510125ce8eb09d4ee4e142396c7769536f /.github/workflows/docker.yaml | |
parent | fixing the go executable build for github actions (diff) | |
download | milla-006cb3a77d7437a60733c28abee0083e6f02ae90.tar.gz milla-006cb3a77d7437a60733c28abee0083e6f02ae90.zip |
fixes #14, fixes #16, fixes #17, fixes #18, fixes #19, fixes #20
Diffstat (limited to '.github/workflows/docker.yaml')
-rw-r--r-- | .github/workflows/docker.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 71b2988..33354ce 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -35,6 +35,7 @@ jobs: context: . file: ./Dockerfile push: true + sbom: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} provenance: mode=max |