Skip to content

Commit

Permalink
zess: change container name
Browse files Browse the repository at this point in the history
  • Loading branch information
Topvennie committed Aug 26, 2024
1 parent a9132eb commit 6b49efa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion vinvoor/production.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VITE_BACKEND_URL="http://localhost:4000/api"
VITE_BACKEND_URL="http://zess.zeus.gent/api"

VITE_DEFAULT_THEME_MODE="light"

0 comments on commit 6b49efa

Please sign in to comment.