Skip to content

Commit ac3a910

Browse files
committed
ci: Upgrade docker/build-push-action to v6
Signed-off-by: Evan Wies <evan@neomantra.net>
1 parent f468443 commit ac3a910

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
type=match,pattern=^(.*)-[0-9]+$,group=1,suffix=-${{ matrix.flavor }}-${{ matrix.arch }}
228228
229229
- name: Build and push
230-
uses: docker/build-push-action@v5
230+
uses: docker/build-push-action@v6
231231
with:
232232
context: .
233233
file: ${{ matrix.dockerfile }}
@@ -370,7 +370,7 @@ jobs:
370370
type=match,pattern=^(.*)-[0-9]+$,group=1,suffix=-${{ matrix.flavor }}-${{ matrix.arch }}
371371
372372
- name: Build and push
373-
uses: docker/build-push-action@v5
373+
uses: docker/build-push-action@v6
374374
with:
375375
context: .
376376
file: ${{ matrix.dockerfile }}

tests/e2e/local-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Set up QEMU
2727
uses: docker/setup-qemu-action@v3
@@ -44,7 +44,7 @@ jobs:
4444
type=raw,value=${{ matrix.flavor }}-${{ matrix.arch }}
4545
4646
- name: Build and push
47-
uses: docker/build-push-action@v5
47+
uses: docker/build-push-action@v6
4848
with:
4949
context: .
5050
file: ${{ matrix.dockerfile }}
@@ -69,7 +69,7 @@ jobs:
6969
flavor: [alpine-apk-test]
7070
steps:
7171
- name: Checkout
72-
uses: actions/checkout@v4
72+
uses: actions/checkout@v5
7373

7474
- name: Create and Push Manifest
7575
env:

0 commit comments

Comments
 (0)