Skip to content

Commit e03c9d7

Browse files
committed
update Dockerfile
1 parent 8052010 commit e03c9d7

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/deploytoecs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
# Build a docker container and
6262
# push it to ECR so that it can
6363
# be deployed to ECS.
64-
$ docker build -t springio/openflightsapi-docker .
6564
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
6665
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
6766
echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"

build/tmp/bootJar/MANIFEST.MF

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
11
Manifest-Version: 1.0
2-
Start-Class: com.foxtel.spring.demo.Application
3-
Spring-Boot-Classes: BOOT-INF/classes/
4-
Spring-Boot-Lib: BOOT-INF/lib/
5-
Spring-Boot-Version: 2.2.1.RELEASE
6-
Main-Class: org.springframework.boot.loader.JarLauncher
72

0 commit comments

Comments
 (0)