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 3bb0096 commit 2f58bf8Copy full SHA for 2f58bf8
.github/workflows/docker-publish.yaml
@@ -67,7 +67,7 @@ jobs:
67
# https://github.com/docker/build-push-action
68
- name: Build and push Docker image
69
id: build-and-push
70
- uses: docker/build-push-action@v5.4.0
+ uses: docker/build-push-action@v6.1.0
71
with:
72
context: .
73
push: ${{ github.event_name != 'pull_request' }}
0 commit comments