ci: fix version replace and Docker version

This commit is contained in:
Matthew Penner
2021-11-15 11:19:30 -07:00
parent 66eb993afa
commit aa0d5d46c5
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- name: Get Build Information
id: build_info
run: |
echo "::set-output name=version_tag::${GITHUB_REF/refs\/tags\//}"
echo "::set-output name=version_tag::${GITHUB_REF/refs\/tags\/v/}"
echo "::set-output name=short_sha::$(git rev-parse --short HEAD)"
- name: Release Production Build
uses: docker/build-push-action@v2