We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb31df7 + a3d79cf commit 8392363Copy full SHA for 8392363
1 file changed
.github/workflows/container-build.yaml
@@ -25,7 +25,7 @@ jobs:
25
password: ${{ secrets.GITHUB_TOKEN }}
26
27
- name: Build and push
28
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
29
with:
30
context: .
31
push: ${{ github.ref == 'refs/heads/main' }}
0 commit comments