also I forgot this

This commit is contained in:
AwesomeQubic 2024-01-18 19:58:32 +01:00
parent 548e34474b
commit 570511fa61

View file

@ -86,4 +86,4 @@ jobs:
export REPO_LOWER_CASE=$(echo "$REPOSITORY" | tr '[:upper:]' '[:lower:]')
docker load < result
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 }}