Skip to content

Commit

Permalink
rename image
Browse files Browse the repository at this point in the history
  • Loading branch information
ninori9 committed Jan 6, 2025
1 parent 2f57807 commit 119190c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 119190c

Please sign in to comment.