Skip to content

Commit 70ae177

Browse files
committed
ci: Bump docker/build-push-action version
See https://github.com/docker/build-push-action/releases.
1 parent b2a95a4 commit 70ae177

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/run-in-docker-action/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
steps:
1818
- uses: docker/setup-buildx-action@v3
1919

20-
- uses: docker/build-push-action@v5
20+
- uses: docker/build-push-action@v6
2121
id: main_builder
2222
continue-on-error: true
2323
with:
@@ -26,7 +26,7 @@ runs:
2626
load: true
2727
cache-from: type=gha,scope=${{ inputs.scope }}
2828

29-
- uses: docker/build-push-action@v5
29+
- uses: docker/build-push-action@v6
3030
id: retry_builder
3131
if: steps.main_builder.outcome == 'failure'
3232
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
network=host
6868
6969
- name: Build container
70-
uses: docker/build-push-action@v5
70+
uses: docker/build-push-action@v6
7171
with:
7272
file: ./ci/linux-debian.Dockerfile
7373
cache-from: type=gha,scope=${{ runner.arch }}

0 commit comments

Comments
 (0)