Skip to content

Commit 94c2072

Browse files
renovate[bot]egvimo
authored andcommitted
chore(deps): update docker/build-push-action action to v6
1 parent 3c565f2 commit 94c2072

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
platforms: linux/amd64,linux/arm64
7878

7979
- name: Build
80-
uses: docker/build-push-action@v5
80+
uses: docker/build-push-action@v6
8181
with:
8282
context: .
8383
platforms: linux/amd64,linux/arm64

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
password: ${{ secrets.GITHUB_TOKEN }}
4646

4747
- name: Build and push
48-
uses: docker/build-push-action@v5
48+
uses: docker/build-push-action@v6
4949
with:
5050
context: .
5151
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)