diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7deba4c..4eb6a8d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,7 @@ jobs: platforms: linux/amd64, linux/arm64 file: ./Dockerfile context: . - tags: ghcr.io/ls1intum/angelos-server:new-latest + tags: ghcr.io/ls1intum/angelos-server:latest push: true no-cache: true diff --git a/docker-compose.yml b/docker-compose.yml index 088bfba..ef0cc5a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ services: - angelos-network angelos-server: - image: ghcr.io/ls1intum/angelos-server:new-latest + image: ghcr.io/ls1intum/angelos-server:latest container_name: angelos-server depends_on: - db