We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7be629 commit 69c0643Copy full SHA for 69c0643
.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.0.0
+ uses: docker/build-push-action@v5.3.0
71
with:
72
context: .
73
push: ${{ github.event_name != 'pull_request' }}
0 commit comments