1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-04 18:35:17 +02:00

fix docker image tag name

This commit is contained in:
François Darveau 2021-06-26 18:05:02 -04:00
parent b64a452411
commit 671fc028dd

View file

@ -18,7 +18,7 @@ jobs:
- name: Prepare
id: prep
run: |
DOCKER_IMAGE=ghcr.io/fdarveau/cors-anywhere
DOCKER_IMAGE=ghcr.io/fdarveau/flame
VERSION=latest
if [[ $GITHUB_REF == refs/tags/* ]]; then
VERSION=${GITHUB_REF#refs/tags/v}