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 3df1478 commit 9a7b146Copy full SHA for 9a7b146
.github/workflows/build.yml
@@ -76,5 +76,5 @@ jobs:
76
cache-to: type=local,dest=/tmp/.buildx-cache
77
build-args: |
78
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'] }}
+ TibiadataBuildRelease=${{ fromJSON(steps.docker_meta.outputs.json).labels['org.opencontainers.image.version'] }}
+ TibiadataBuildCommit=${{ fromJSON(steps.docker_meta.outputs.json).labels['org.opencontainers.image.revision'] }}
0 commit comments