Parcourir la source

fix buildspec.yml

Yuki Takei il y a 2 ans
Parent
commit
269f736b3f
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      apps/app/docker/codebuild/buildspec.yml

+ 0 - 1
apps/app/docker/codebuild/buildspec.yml

@@ -20,7 +20,6 @@ phases:
   build:
     commands:
       - docker build -t ${IMAGE_TAG} -f ./apps/app/docker/Dockerfile .
-      - docker tag ${IMAGE_TAG}
 
   post_build:
     commands: