main #69

Merged
rainote merged 18 commits from main into master 2023-11-03 14:21:58 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit c9ef8f42c0 - Show all commits

View file

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

View file

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