diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-05-14 14:09:57 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-05-14 14:09:57 +0000 |
commit | 1f66320b6b25ebc61f3ea018a5d8599e666672c9 (patch) | |
tree | 1e4191d3632b6aa2613746461c85a4f6c2472f2a | |
parent | fixing github action (diff) | |
download | milla-1f66320b6b25ebc61f3ea018a5d8599e666672c9.tar.gz milla-1f66320b6b25ebc61f3ea018a5d8599e666672c9.zip |
fixing github action
-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 dbca1dc..136d643 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -35,6 +35,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + provenance: mode=max - name: Generate artifact attestation uses: actions/attest-build-provenance@v1 with: |