Skip to content

Commit 482906d

Browse files
authored
Merge pull request #189 from zeldigas/renovate/docker-build-push-action-6.x
chore(deps): update docker/build-push-action action to v6
2 parents 81e016c + 4577cab commit 482906d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Docker Buildx
5151
uses: docker/setup-buildx-action@v3
5252
- name: Build and push
53-
uses: docker/build-push-action@v5
53+
uses: docker/build-push-action@v6
5454
with:
5555
context: ./cli
5656
platforms: linux/amd64,linux/arm64

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Docker Buildx
2626
uses: docker/setup-buildx-action@v3
2727
- name: Build docker image
28-
uses: docker/build-push-action@v5
28+
uses: docker/build-push-action@v6
2929
with:
3030
context: ./cli
3131
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)