Skip to content

Commit 5614292

Browse files
committed
wip
1 parent 2de4447 commit 5614292

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
org.opencontainers.image.licenses=MIT
5858
org.opencontainers.image.description=Waves Node
5959
org.opencontainers.image.version=${{ steps.version.outputs.value }}
60-
- uses: docker/build-push-action@v5
60+
env:
61+
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
62+
- uses: docker/build-push-action@v6
6163
id: push
6264
with:
6365
context: ./docker

0 commit comments

Comments
 (0)