ci: maybe
Some checks failed
Build and Deploy / build-server (push) Successful in 27s
Build and Deploy / sonarqube (push) Has been skipped
Build and Deploy / dependency-track (push) Successful in 27s
Build and Deploy / build-push-server-container (push) Failing after 1m7s
Build and Deploy / dependency-track-container (push) Has been skipped

This commit is contained in:
Timothy Schenk 2023-11-03 14:15:40 +01:00
parent a1e3580ca2
commit c9ef8f42c0
2 changed files with 2 additions and 1 deletions

View file

@ -102,6 +102,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
file: ./Server/Dockerfile
push: true
tags: wonderking/continuity:latest,wonderking/continuity:${{ github.ref_name }}

View file

@ -1,6 +1,6 @@
services:
server:
image: continuity-server:latest
image: server:latest
environment:
- ENVIRONMENT=Development
- Testing:CreateAccountOnLogin=true