We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649a19f commit bc7bd93Copy full SHA for bc7bd93
.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