Skip to content

Commit dd28825

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent db45f0d commit dd28825

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
type=raw,value=latest
7171
7272
- name: Build
73-
uses: docker/build-push-action@v4
73+
uses: docker/build-push-action@v6
7474
with:
7575
context: .
7676
platforms: linux/amd64,linux/arm64

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
type=semver,pattern={{raw}}
6868
6969
- name: Build
70-
uses: docker/build-push-action@v4
70+
uses: docker/build-push-action@v6
7171
with:
7272
context: .
7373
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)