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 af15911 commit 4059e6dCopy full SHA for 4059e6d
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
password: ${{ secrets.DOCKER_PASSWORD }}
32
- name: Build and push
33
id: docker_build
34
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v6
35
with:
36
push: true
37
tags: |
0 commit comments