fix docker build

This commit is contained in:
Dave Horton
2023-05-15 14:07:39 -04:00
parent cf7ce675f5
commit f3ec847474

View File

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