We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b91c4 commit 010ff06Copy full SHA for 010ff06
.github/workflows/docker-publish.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- name: Build and push Docker image
53
id: build-and-push
54
- uses: docker/build-push-action@v6.12.0
+ uses: docker/build-push-action@v6.13.0
55
with:
56
context: .
57
push: ${{ github.event_name != 'pull_request' }}
0 commit comments