mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-02 21:06:27 +00:00
build: disable provenance on image build (#1922)
This commit is contained in:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user