File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ phases:
12
12
- echo Build started on `date`
13
13
- echo Building the Docker image...
14
14
- docker build -t $REPOSITORY_URI:latest .
15
- - docker tag $REPOSITORY_URI:latest $REPOSITORY_URI:$IMAGE_TAG
15
+ # - docker tag $REPOSITORY_URI:latest $REPOSITORY_URI:$IMAGE_TAG
16
16
post_build :
17
17
commands :
18
18
- echo Build completed on `date`
19
19
- echo Pushing the Docker images...
20
20
- docker push $REPOSITORY_URI:latest
21
- - docker push $REPOSITORY_URI:$IMAGE_TAG
21
+ # - docker push $REPOSITORY_URI:$IMAGE_TAG
22
22
- echo Writing image definitions file...
23
- - printf '[{"name":"%s","imageUri":"%s"}]' $CONTAINER_NAME $REPOSITORY_URI:$IMAGE_TAG > imagedefinitions.json
23
+ - printf '[{"name":"%s","imageUri":"%s"}]' $CONTAINER_NAME $REPOSITORY_URI:latest > imagedefinitions.json
24
24
artifacts :
25
25
files : imagedefinitions.json
You can’t perform that action at this time.
0 commit comments