BUG: Fixed issue with wrong owner of workflow for file uploads

This commit is contained in:
frikky
2020-12-06 17:55:50 +01:00
parent cb01fd2cc7
commit 7474ad4ced
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ services:
depends_on:
- backend
backend:
#build: ./backend
build: ./backend
image: ghcr.io/frikky/shuffle-backend:0.8.3
container_name: shuffle-backend
hostname: ${BACKEND_HOSTNAME}