We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0009480 + 734775b commit 030c461Copy full SHA for 030c461
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