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 b981203 commit 10738a7Copy full SHA for 10738a7
.github/workflows/docker-publish.yml
@@ -69,7 +69,7 @@ jobs:
69
# https://github.com/docker/build-push-action
70
- name: Build and push Docker image
71
id: build-and-push
72
- uses: docker/build-push-action@v5.3.0
+ uses: docker/build-push-action@v5.4.0
73
with:
74
context: .
75
push: ${{ github.event_name != 'pull_request' }}
0 commit comments