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 ea340c5 commit eb54921Copy full SHA for eb54921
.github/workflows/publish-docker-image.yml
@@ -40,7 +40,7 @@ jobs:
40
# Build and push Docker image with Buildx (don't push on PR)
41
# https://github.com/docker/build-push-action
42
- name: Build and push Docker image
43
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
44
with:
45
context: .
46
push: ${{ github.event_name != 'pull_request' }}
0 commit comments