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:
parent
b64a452411
commit
671fc028dd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue