mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-09 16:06:41 +02:00
also I forgot this
This commit is contained in:
parent
548e34474b
commit
570511fa61
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -86,4 +86,4 @@ jobs:
|
||||||
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 ghcr.io/$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 ghcr.io/$REPO_LOWER_CASE:${{ env.TAG }}
|
Loading…
Add table
Reference in a new issue