Skip to content

Commit ff1c18c

Browse files
committed
Bump action versions
Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 3e8e9e8 commit ff1c18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
username: ${{ github.actor }}
2323
password: ${{ secrets.GITHUB_TOKEN }}
2424
- name: Build and push container image
25-
uses: docker/build-push-action@v5
25+
uses: docker/build-push-action@v6
2626
with:
2727
push: true
2828
tags: ghcr.io/${{ github.repository }}:latest

0 commit comments

Comments
 (0)