Skip to content

Commit ad70078

Browse files
chore(actions): update docker/build-push-action action to v6
1 parent cdca2c9 commit ad70078

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
images: ${{ steps.prepare-repository-name.outputs.repository }}
101101

102102
- name: Build Docker image
103-
uses: docker/build-push-action@v5
103+
uses: docker/build-push-action@v6
104104
with:
105105
platforms: linux/amd64,linux/arm64
106106
context: .

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
images: ${{ steps.prepare-repository-name.outputs.repository }}
5353

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

0 commit comments

Comments
 (0)