We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 503d09d + c691050 commit 9e621a5Copy full SHA for 9e621a5
1 file changed
.github/workflows/container-publish.yaml
@@ -31,7 +31,7 @@ jobs:
31
username: ${{ github.actor }}
32
password: ${{ secrets.GITHUB_TOKEN }}
33
- name: Build and push
34
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
35
with:
36
context: .
37
push: true
0 commit comments