mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 18:46:40 +02:00
fix tag
This commit is contained in:
parent
aab8fe8e69
commit
548e34474b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -85,5 +85,5 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export REPO_LOWER_CASE=$(echo "$REPOSITORY" | tr '[:upper:]' '[:lower:]')
|
export REPO_LOWER_CASE=$(echo "$REPOSITORY" | tr '[:upper:]' '[:lower:]')
|
||||||
docker load < result
|
docker load < result
|
||||||
docker tag conduwuit:latest $REPO_LOWER_CASE:${{ env.TAG }}
|
docker tag conduwuit:latest ghcr.io/$REPO_LOWER_CASE:${{ env.TAG }}
|
||||||
docker push $REPO_LOWER_CASE:${{ env.TAG }}
|
docker push $REPO_LOWER_CASE:${{ env.TAG }}
|
Loading…
Add table
Reference in a new issue