mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-03-29 23:20:23 -04: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: |
|
||||
export REPO_LOWER_CASE=$(echo "$REPOSITORY" | tr '[:upper:]' '[:lower:]')
|
||||
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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue