Skip to content

Commit e3470f6

Browse files
committed
New image name
1 parent a8e4f55 commit e3470f6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
platforms: linux/amd64, linux/arm64
3636
file: ./Dockerfile
3737
context: .
38-
tags: ghcr.io/ls1intum/angelos-server:latest
38+
tags: ghcr.io/ls1intum/angelos-server:new-latest
3939
push: true
4040
no-cache: true
4141

@@ -59,7 +59,6 @@ jobs:
5959
proxy_port: ${{ vars.DEPLOYMENT_GATEWAY_PORT }}
6060
source: "./docker-compose.yml"
6161
target: "/home/${{ vars.VM_USERNAME }}/${{ github.repository }}"
62-
debug: true
6362

6463
# Create .env file on VM
6564
- name: Create .env on VM

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ COPY --from=build /app/target/angelos-kb-backend-0.0.1-SNAPSHOT.jar /app/app.jar
2727
EXPOSE 9007
2828

2929
# Default entrypoint
30-
ENTRYPOINT ["java", "-jar", "/app/app.jar", "--spring.config.location=classpath:/"]
30+
ENTRYPOINT ["java", "-jar", "/app/app.jar"]

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- angelos-network
1616

1717
angelos-server:
18-
image: ghcr.io/ls1intum/angelos-server:latest
18+
image: ghcr.io/ls1intum/angelos-server:new-latest
1919
container_name: angelos-server
2020
depends_on:
2121
- db

0 commit comments

Comments
 (0)