fix docker build

This commit is contained in:
Dave Horton
2023-05-24 09:05:34 -04:00
parent d09dca47b9
commit 964afc1660

View File

@@ -2,6 +2,8 @@ name: Docker
on: on:
push: push:
branches:
- main
tags: tags:
- '*' - '*'
@@ -18,7 +20,7 @@ jobs:
- name: prepare tag - name: prepare tag
id: prepare_tag id: prepare_tag
run: | run: |
IMAGE_ID=api-server IMAGE_ID=jambonz/api-server
# 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,')