fix: var access in release action

This commit is contained in:
Lakhan Samani 2021-10-10 08:50:51 +05:30
parent a50f8eba57
commit cab0b54567

View File

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