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: tags:
- '*' - '*'
env:
IMAGE_NAME: feature-server
jobs: jobs:
push: push:
@@ -21,7 +18,7 @@ jobs:
- name: prepare tag - name: prepare tag
id: prepare_tag id: prepare_tag
run: | run: |
IMAGE_ID=jambonz/$IMAGE_NAME IMAGE_ID=$GITHUB_REPOSITORY
# 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,')