There was an error while loading. Please reload this page.
1 parent 8052010 commit e03c9d7Copy full SHA for e03c9d7
.github/workflows/deploytoecs.yml
@@ -61,7 +61,6 @@ jobs:
61
# Build a docker container and
62
# push it to ECR so that it can
63
# be deployed to ECS.
64
- $ docker build -t springio/openflightsapi-docker .
65
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
66
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
67
echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"
build/tmp/bootJar/MANIFEST.MF
@@ -1,7 +1,2 @@
1
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
7
0 commit comments