From d944d67eec13243502625188a9170f30e484c193 Mon Sep 17 00:00:00 2001 From: Topvennie Date: Mon, 26 Aug 2024 23:05:32 +0200 Subject: [PATCH] zess: change container name --- .github/workflows/build.yml | 5 ++--- vinvoor/production.env | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f463cd7..5aa05c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,11 +31,10 @@ jobs: - name: Build Docker image run: | - docker build . -t ghcr.io/zeuswpi/zess:pr-${{ github.sha }} if [ "${{ github.event_name }}" == "push" ]; then - docker tag ghcr.io/zeuswpi/zess:pr-${{ github.sha }} ghcr.io/zeuswpi/zess:latest + docker tag ghcr.io/zeuswpi/ZeSS:pr-${{ github.sha }} ghcr.io/zeuswpi/ZeSS:latest fi - name: Push Docker image if: github.event_name == 'push' - run: docker push --all-tags ghcr.io/zeuswpi/zess + run: docker push --all-tags ghcr.io/zeuswpi/ZeSS diff --git a/vinvoor/production.env b/vinvoor/production.env index fad4423..62e745c 100644 --- a/vinvoor/production.env +++ b/vinvoor/production.env @@ -1,3 +1,3 @@ -VITE_BACKEND_URL="http://localhost:4000/api" +VITE_BACKEND_URL="http://zess.zeus.gent/api" VITE_DEFAULT_THEME_MODE="light"