Skip to content

Commit 857520e

Browse files
committed
Fixed the Docker workflow
1 parent a379f4b commit 857520e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
builder: ${{ steps.buildx.outputs.name }}
4747
platforms: linux/amd64,linux/arm64
4848
push: true
49-
tags: ${{ steps.docker_meta.outputs.tags }}
50-
labels: ${{ steps.docker_meta.outputs.labels }}
49+
tags: ${{ steps.meta.outputs.tags }}
50+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)