mirror of
https://github.com/TecharoHQ/anubis.git
synced 2025-08-03 09:48:08 -04:00
.github/workflows: don't publish provenance data for PRs
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
d6d879133e
commit
4ec4dc3624
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
@ -74,6 +74,7 @@ jobs:
|
||||
|
||||
- name: Generate artifact attestation
|
||||
uses: actions/attest-build-provenance@v2
|
||||
if: ${{github.event_name == 'pull_request'}}
|
||||
with:
|
||||
subject-name: ghcr.io/techarohq/anubis
|
||||
subject-digest: ${{ steps.build.outputs.digest }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user