We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83fc577 commit 6d11621Copy full SHA for 6d11621
1 file changed
.github/workflows/docker-image.yml
@@ -81,7 +81,7 @@ jobs:
81
# Build and push Docker image with Buildx (don't push on PR)
82
# https://github.com/docker/build-push-action
83
- name: Build and push Docker image
84
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
85
with:
86
context: .
87
push: ${{ github.event_name != 'pull_request' }}
0 commit comments