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 9d0280f commit 5b9cc87Copy full SHA for 5b9cc87
.github/workflows/docker.yaml
@@ -49,7 +49,7 @@ jobs:
49
org.opencontainers.image.licenses=(Apache-2.0 OR MIT)
50
51
- name: Build and push
52
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v6
53
with:
54
context: .
55
push: ${{ github.event_name != 'pull_request' }}
0 commit comments