Fix drone pipeline #4

This commit is contained in:
Daniel Kluge 2021-12-15 00:00:11 +01:00
parent 86cf078964
commit 41d69ce5fa
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ steps:
from_secret: docker_user
DOCKER_PASS:
from_secret: docker_token
IMAGE: c0ntroller/c0ntroller.de:stable
IMAGE: c0ntroller/c0ntroller.de:latest
commands:
- docker login -u $${DOCKER_USER} -p $${DOCKER_PASS}
- docker-compose -p website -f docker-compose.stable.yml rm -s -v -f

View File

@ -2,7 +2,7 @@ version: '3'
services:
server:
image: c0ntroller/c0ntroller.de:stable
image: c0ntroller/c0ntroller.de:latest
restart: always
networks:
- traefik