Compare commits

..

2 Commits

Author SHA1 Message Date
Lakhan Samani
814dc61414 fix: set version based on tags 2021-10-10 08:15:46 +05:30
Lakhan Samani
7abad9db01 fix: version args syntax 2021-10-10 08:10:31 +05:30

View File

@@ -70,5 +70,5 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args:
- VERSION=${{ basename ${GITHUB_REF}) }}
build-args: |
VERSION=${{ steps.meta.outputs.tags[0] }}