fix docker build

This commit is contained in:
Dave Horton
2023-05-15 14:24:20 -04:00
parent 54ff53817f
commit 77c270e078
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: prepare tag
id: prepare_tag
run: |
IMAGE_ID=$GITHUB_REPOSITORY
IMAGE_ID=webapp
# Strip git ref prefix from version
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')