Skip to content

Commit b037854

Browse files
authored
Merge pull request #1111 from oasisprotocol/ptrus/internal/update-docker-ci
Update build-push-action to v6
2 parents 614e18a + 44a0889 commit b037854

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.changelog/1111.trivial.md

Whitespace-only changes.

.github/workflows/docker-nexus.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
password: ${{ secrets.GITHUB_TOKEN }}
4646

4747
- name: Build and push Docker to ghcr.io
48-
uses: docker/build-push-action@v3
48+
uses: docker/build-push-action@v6
4949
with:
5050
build-args: |
5151
VERSION=${{ env.VERSION }}
@@ -55,6 +55,7 @@ jobs:
5555
ghcr.io/oasisprotocol/nexus:latest
5656
ghcr.io/oasisprotocol/nexus:latest-${{ env.VERSION }}
5757
push: true
58+
provenance: false
5859
labels: |
5960
org.opencontainers.image.source=${{ github.event.repository.html_url }}
6061
org.opencontainers.image.revision=${{ github.sha }}

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
password: ${{ secrets.GITHUB_TOKEN }}
6262

6363
- name: Build and push Docker to ghcr.io
64-
uses: docker/build-push-action@v3
64+
uses: docker/build-push-action@v6
6565
with:
6666
build-args: |
6767
TAG=${{ env.TAG }}
@@ -70,6 +70,7 @@ jobs:
7070
tags: |
7171
ghcr.io/oasisprotocol/nexus:${{ env.TAG }}
7272
push: true
73+
provenance: false
7374
labels: |
7475
org.opencontainers.image.source=${{ github.event.repository.html_url }}
7576
org.opencontainers.image.revision=${{ github.sha }}

0 commit comments

Comments
 (0)