Skip to content

Commit 9a7b146

Browse files
committed
fixing docker_meta id in build and push step
1 parent 3df1478 commit 9a7b146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ jobs:
7676
cache-to: type=local,dest=/tmp/.buildx-cache
7777
build-args: |
7878
TibiadataBuildBuilder=github
79-
TibiadataBuildRelease=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
80-
TibiadataBuildCommit=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }}
79+
TibiadataBuildRelease=${{ fromJSON(steps.docker_meta.outputs.json).labels['org.opencontainers.image.version'] }}
80+
TibiadataBuildCommit=${{ fromJSON(steps.docker_meta.outputs.json).labels['org.opencontainers.image.revision'] }}

0 commit comments

Comments
 (0)