Skip to content

Commit bc7bd93

Browse files
committed
Bump action versions
Signed-off-by: Stephen Finucane <[email protected]> (cherry picked from commit ff1c18c)
1 parent 649a19f commit bc7bd93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-image.yaml

Lines changed: 1 addition & 1 deletion
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)