We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3adde commit 5ac68bcCopy full SHA for 5ac68bc
.github/workflows/publish.yaml
@@ -53,7 +53,7 @@ jobs:
53
username: ${{ secrets.DOCKER_USERNAME }}
54
password: ${{ secrets.DOCKER_PASSWORD }}
55
- name: Build and push
56
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
57
if: startsWith(github.ref, 'refs/tags/')
58
with:
59
builder: ${{ steps.buildx.outputs.name }}
0 commit comments