Compare commits

..

2 Commits

Author SHA1 Message Date
Lakhan Samani
a50f8eba57 fix: get the version from meta action 2021-10-10 08:44:52 +05:30
Lakhan Samani
814dc61414 fix: set version based on tags 2021-10-10 08:15:46 +05:30

View File

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