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.
2 parents ff6ce28 + 165450b commit 69f3e88Copy full SHA for 69f3e88
1 file changed
.github/workflows/build.yaml
@@ -60,7 +60,7 @@ jobs:
60
# Build and push Docker image with Buildx (don't push on PR)
61
# https://github.com/docker/build-push-action
62
- name: Build and push Docker image
63
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v6
64
with:
65
context: .
66
push: ${{ github.event_name != 'pull_request' }}
0 commit comments