Skip to content

Commit 9b70245

Browse files
chore(renovate): Update docker/build-push-action action to v6
1 parent a857b63 commit 9b70245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Build
2727
if: "!startsWith(github.ref, 'refs/tags/')"
28-
uses: docker/build-push-action@v3
28+
uses: docker/build-push-action@v6
2929
with:
3030
file: ./Dockerfile
3131
platforms: linux/amd64
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Build and export
5252
if: startsWith(github.ref, 'refs/tags/')
53-
uses: docker/build-push-action@v3
53+
uses: docker/build-push-action@v6
5454
with:
5555
file: ./Dockerfile
5656
platforms: linux/amd64

0 commit comments

Comments
 (0)