Skip to content

Commit 4288b63

Browse files
authored
Update publish.yaml: build-push-action version
1 parent 74caf04 commit 4288b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
username: ${{ github.actor }}
2222
password: ${{ secrets.GITHUB_TOKEN }}
2323
- name: Build image and push to GitHub Container Registry
24-
uses: docker/build-push-action@v3
24+
uses: docker/build-push-action@v6
2525
with:
2626
# relative path to the place where source code with Dockerfile is located
2727
context: .

0 commit comments

Comments
 (0)