fix: var access in release action

This commit is contained in:
Lakhan Samani
2021-10-10 08:53:12 +05:30
parent 308e30876e
commit 455c25c08f

View File

@@ -71,4 +71,4 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION=${{ steps.meta.outputs.labels["org.opencontainers.image.version"] }}
VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}