We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4962f3c commit b4df638Copy full SHA for b4df638
.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