Lowercase image name in CI workflow
This commit is contained in:
parent
0f01fdacff
commit
85f3234530
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
- id: tags
|
- id: tags
|
||||||
name: Compute image tags
|
name: Compute image tags
|
||||||
run: |
|
run: |
|
||||||
IMAGE="git.lovinator.space/TheLovinator/ANewDawn"
|
IMAGE="git.lovinator.space/thelovinator/anewdawn"
|
||||||
if [ "${FORGEJO_REF}" = "refs/heads/master" ]; then
|
if [ "${FORGEJO_REF}" = "refs/heads/master" ]; then
|
||||||
echo "tags=${IMAGE}:latest,${IMAGE}:master" >> "$FORGEJO_OUTPUT"
|
echo "tags=${IMAGE}:latest,${IMAGE}:master" >> "$FORGEJO_OUTPUT"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue