We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f0fd2b + 5e5afbd commit 9178673Copy full SHA for 9178673
1 file changed
.github/workflows/publish-docker.yml
@@ -45,7 +45,7 @@ jobs:
45
password: ${{ secrets.GITHUB_TOKEN }}
46
-
47
name: Build and push
48
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
49
with:
50
context: .
51
push: ${{ github.event_name != 'pull_request' }}
0 commit comments