fix: set version based on tags

This commit is contained in:
Lakhan Samani 2021-10-10 08:15:46 +05:30
parent 7abad9db01
commit 814dc61414

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=${{ basename ${GITHUB_REF}) }} VERSION=${{ steps.meta.outputs.tags[0] }}