Skip to content

Commit 42ed476

Browse files
committed
Update docker image push workflow
1 parent 07fae6b commit 42ed476

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/nightly-alpine.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
uses: docker/build-push-action@v6
5555
with:
5656
push: true
57+
provenance: false
5758
context: ./docker
5859
file: ./docker/Dockerfile
5960
platforms: linux/amd64,linux/arm64,linux/arm/v7

.github/workflows/release-nu-image.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
if: ${{ matrix.base == 'debian' }}
6363
with:
6464
push: true
65+
provenance: false
6566
context: ./docker
6667
file: ./docker/debian.Dockerfile
6768
platforms: linux/amd64,linux/arm64,linux/arm/v7
@@ -79,6 +80,7 @@ jobs:
7980
if: ${{ matrix.base == 'alpine' }}
8081
with:
8182
push: true
83+
provenance: false
8284
platforms: linux/amd64,linux/arm64,linux/arm/v7
8385
context: ./docker
8486
file: ./docker/Dockerfile

0 commit comments

Comments
 (0)