Skip to content

Commit 75eb1b8

Browse files
Update docker/build-push-action action to v6
1 parent 1a3c7b1 commit 75eb1b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
- name: Build and push Docker image
5353
id: build
54-
uses: docker/build-push-action@v5
54+
uses: docker/build-push-action@v6
5555
with:
5656
context: .
5757
platforms: linux/amd64,linux/arm64

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Build and push Docker image
6262
id: build
63-
uses: docker/build-push-action@v5
63+
uses: docker/build-push-action@v6
6464
with:
6565
context: .
6666
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)