fix docker build

This commit is contained in:
Dave Horton
2023-05-15 14:04:29 -04:00
parent fb1801ce11
commit 6933e82d46

View File

@@ -18,7 +18,7 @@ jobs:
- name: prepare tag
id: prepare_tag
run: |
IMAGE_ID=$GITHUB_REPOSITORY
IMAGE_ID=feature-server
# Strip git ref prefix from version
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')