Commit eeeae759 authored by Nick Zenchik's avatar Nick Zenchik

Fixing tag passing for release builds

parent f25c931d
...@@ -66,7 +66,7 @@ jobs: ...@@ -66,7 +66,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
build-args: | build-args: |
GIT_COMMIT_SHA=${{ env.SHORT_SHA }} GIT_COMMIT_SHA=${{ env.SHORT_SHA }}
GIT_TAG=${{ github.ref_type == 'tag' && github.github.ref_name || '' }} GIT_TAG=${{ github.ref_type == 'tag' && github.ref_name || '' }}
#deploy_and_tests: #deploy_and_tests:
# if: github.event.review.state == 'approved' # if: github.event.review.state == 'approved'
# needs: push_to_registry # needs: push_to_registry
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment