fix docker publish

This commit is contained in:
Dave Horton
2023-05-27 10:52:04 -04:00
parent af37066201
commit 377fd40e2c

View File

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