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 867c62f commit 63cae9cCopy full SHA for 63cae9c
.github/workflows/release.yml
@@ -74,7 +74,7 @@ jobs:
74
# Build and push Docker image with Buildx (don't push on PR)
75
# https://github.com/docker/build-push-action
76
- name: Build and push Docker image
77
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
78
with:
79
context: .
80
push: ${{ github.event_name != 'pull_request' }}
0 commit comments