We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de4447 commit 5614292Copy full SHA for 5614292
.github/workflows/publish-docker-image.yml
@@ -57,7 +57,9 @@ jobs:
57
org.opencontainers.image.licenses=MIT
58
org.opencontainers.image.description=Waves Node
59
org.opencontainers.image.version=${{ steps.version.outputs.value }}
60
- - uses: docker/build-push-action@v5
+ env:
61
+ DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
62
+ - uses: docker/build-push-action@v6
63
id: push
64
with:
65
context: ./docker
0 commit comments