Deploy: fix GHCR auth and compose warnings
- Pass RUNNER envs to remote SSH action so docker login ghcr.io works - Remove obsolete `version` from docker-compose.prod.yml to avoid warnings
This commit is contained in:
parent
61f2cef7a8
commit
a32e0dd474
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,3 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
web-app:
|
||||
image: ghcr.io/${REPO_NAME_LOWER}/web-app:${IMAGE_TAG}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue