Skip to content

Commit 1498b25

Browse files
Bump docker/build-push-action from 2 to 6 (#112)
1 parent 59d61b7 commit 1498b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
username: ${{ github.repository_owner }}
2222
password: ${{ secrets.GHCR_PAT }}
2323
- name: Build Docker Image
24-
uses: docker/build-push-action@v2
24+
uses: docker/build-push-action@v6
2525
with:
2626
push: true
2727
tags: ghcr.io/${{ github.repository_owner }}/gh-act

0 commit comments

Comments
 (0)