Skip to content

Commit 3b5181a

Browse files
authored
Merge pull request #12 from bootjp/renovate/docker-build-push-action-6.x
chore(deps): update docker/build-push-action action to v6
2 parents 50c2f8f + ad4b835 commit 3b5181a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
username: ${{ github.repository_owner }}
2626
password: ${{ secrets.GITHUB_TOKEN }}
2727
- name: Build and push
28-
uses: docker/build-push-action@v4
28+
uses: docker/build-push-action@v6
2929
with:
3030
context: .
3131
push: true

0 commit comments

Comments
 (0)