mirror of
https://github.com/woodchen-ink/docker-firefox.git
synced 2025-07-18 13:52:02 +08:00
Disable provenance attestation to keep better compatibility with older Docker clients.
This commit is contained in:
parent
b7364fd77b
commit
6977c0a9e0
1
.github/workflows/build-image.yml
vendored
1
.github/workflows/build-image.yml
vendored
@ -121,6 +121,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
push: ${{ steps.prep.outputs.is_release == 'yes' }}
|
push: ${{ steps.prep.outputs.is_release == 'yes' }}
|
||||||
|
provenance: false
|
||||||
platforms: ${{ env.PLATFORMS }}
|
platforms: ${{ env.PLATFORMS }}
|
||||||
tags: ${{ steps.prep.outputs.tags }}
|
tags: ${{ steps.prep.outputs.tags }}
|
||||||
build-args: |
|
build-args: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user