fix docker publish build gh action

This commit is contained in:
Dave Horton
2023-05-25 13:12:17 -04:00
committed by Dave Horton
parent 484be8442c
commit 863c4dfa34

View File

@@ -2,6 +2,8 @@ name: Docker
on:
push:
branches:
- main
tags:
- '*'
@@ -18,7 +20,7 @@ jobs:
- name: prepare tag
id: prepare_tag
run: |
IMAGE_ID=feature-server
IMAGE_ID=jambonz/feature-server
# Strip git ref prefix from version
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')