We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f1892 commit cdfe383Copy full SHA for cdfe383
.github/workflows/docker-publish.yaml
@@ -65,7 +65,7 @@ jobs:
65
# https://github.com/docker/build-push-action
66
- name: Build and push Docker image
67
id: build-and-push
68
- uses: docker/build-push-action@v5.4.0
+ uses: docker/build-push-action@v6.4.1
69
with:
70
context: .
71
push: ${{ github.event_name != 'pull_request' }}
0 commit comments