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.
2 parents 7873349 + 5b65a02 commit c3da9b4Copy full SHA for c3da9b4
.github/workflows/docker-publish.yml
@@ -27,7 +27,7 @@ jobs:
27
password: ${{ secrets.GITHUB_TOKEN }}
28
-
29
name: Build and push
30
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
31
with:
32
push: ${{ github.event_name != 'pull_request' }}
33
file: docker/Dockerfile
0 commit comments