mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
build: disable provenance on image build (#1922)
This commit is contained in:
parent
a08bf868c8
commit
906e6787ae
3
.github/workflows/build-multiarch.yml
vendored
3
.github/workflows/build-multiarch.yml
vendored
@ -178,6 +178,9 @@ jobs:
|
||||
# ensure latest base image is used
|
||||
pull: true
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
# Since some consumers, like Watchtower are broken https://github.com/containrrr/watchtower/discussions/1529
|
||||
# Also refer to https://github.com/docker/build-push-action/releases/tag/v3.3.0
|
||||
provenance: false
|
||||
build-args: |
|
||||
BASE_IMAGE=${{ matrix.baseImage }}
|
||||
BUILD_FILES_REV=${{ steps.build-files-rev.outputs.REV }}
|
||||
|
Loading…
Reference in New Issue
Block a user