further refinement

This commit is contained in:
Dave Horton
2023-04-10 09:27:28 -04:00
parent 0cde92798d
commit 1c118b171c

View File

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