Skip to content

Commit ada4bed

Browse files
chore(deps): update docker/build-push-action action to v6
1 parent 90c8498 commit ada4bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
username: ${{ secrets.DOCKERHUB_USERNAME }}
1919
password: ${{ secrets.DOCKERHUB_TOKEN }}
2020
- name: Build and push
21-
uses: docker/build-push-action@v4
21+
uses: docker/build-push-action@v6
2222
with:
2323
push: true
2424
tags: ${{ secrets.DOCKERHUB_TAGS }}

0 commit comments

Comments
 (0)