mirror of
https://github.com/3proxy/3proxy.git
synced 2026-06-27 19:52:25 +00:00
send provenance to github only
This commit is contained in:
parent
5cae5dc866
commit
254112cfde
1 changed files with 3 additions and 0 deletions
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
|
|
@ -58,6 +58,7 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.tags.outputs.minimal }}
|
||||
provenance: false
|
||||
|
||||
- name: Build and push busybox
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
@ -67,6 +68,7 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.tags.outputs.busybox }}
|
||||
provenance: false
|
||||
|
||||
- name: Build and push full
|
||||
uses: docker/build-push-action@v6
|
||||
|
|
@ -76,3 +78,4 @@ jobs:
|
|||
platforms: linux/amd64,linux/arm64
|
||||
push: ${{ github.event_name != 'pull_request' }}
|
||||
tags: ${{ steps.tags.outputs.full }}
|
||||
provenance: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue