Commit eeeae759 authored by Nick Zenchik's avatar Nick Zenchik

Fixing tag passing for release builds

parent f25c931d
......@@ -66,7 +66,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
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:
# if: github.event.review.state == 'approved'
# 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