main #69
2 changed files with 2 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
server:
|
||||
image: continuity-server:latest
|
||||
image: server:latest
|
||||
environment:
|
||||
- ENVIRONMENT=Development
|
||||
- Testing:CreateAccountOnLogin=true
|
||||
|
|
Loading…
Reference in a new issue