Skip to content

Commit d0879d0

Browse files
chore(actions): update docker/build-push-action action to v6
1 parent 93d68bc commit d0879d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
images: ${{ steps.prepare-repository-name.outputs.repository }}
7979

8080
- name: Build Docker image
81-
uses: docker/build-push-action@v5
81+
uses: docker/build-push-action@v6
8282
with:
8383
platforms: linux/amd64,linux/arm64
8484
context: .

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
images: ${{ steps.prepare-repository-name.outputs.repository }}
5252

5353
- name: Build and push Docker image
54-
uses: docker/build-push-action@v5
54+
uses: docker/build-push-action@v6
5555
with:
5656
platforms: linux/amd64,linux/arm64
5757
context: .

0 commit comments

Comments
 (0)