Skip to content

Commit be4c4eb

Browse files
authored
Merge pull request #157 from clux/bump-actions
Bump docker/build-push-action from 5 to 6
2 parents d93e363 + 1029aed commit be4c4eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Build nightly image
6666
id: build
67-
uses: docker/build-push-action@v5
67+
uses: docker/build-push-action@v6
6868
with:
6969
context: .
7070
platforms: ${{ matrix.platform }}

.github/workflows/stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Build stable image
7878
id: build
79-
uses: docker/build-push-action@v5
79+
uses: docker/build-push-action@v6
8080
with:
8181
context: .
8282
platforms: ${{ matrix.platform }}

0 commit comments

Comments
 (0)