From 570511fa61aa5f3456e2818f2cdc2c1e3647be76 Mon Sep 17 00:00:00 2001 From: AwesomeQubic Date: Thu, 18 Jan 2024 19:58:32 +0100 Subject: [PATCH] also I forgot this --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c047eeb8..3d175cea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} \ No newline at end of file + docker push ghcr.io/$REPO_LOWER_CASE:${{ env.TAG }} \ No newline at end of file