We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8e9e8 commit ff1c18cCopy full SHA for ff1c18c
.github/workflows/publish-image.yaml
@@ -22,7 +22,7 @@ jobs:
22
username: ${{ github.actor }}
23
password: ${{ secrets.GITHUB_TOKEN }}
24
- name: Build and push container image
25
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
26
with:
27
push: true
28
tags: ghcr.io/${{ github.repository }}:latest
0 commit comments