diff --git a/.cicd/build_images.yml b/.cicd/build_images.yml index c853b18..47cdf73 100644 --- a/.cicd/build_images.yml +++ b/.cicd/build_images.yml @@ -3,7 +3,7 @@ version: 0.2 env: shell: /bin/bash variables: - USE_EPOCH: 1 + USE_EPOCH: 0 phases: install: diff --git a/.cicd/buildspec.yml b/.cicd/buildspec.yml index df46a2c..7007a81 100644 --- a/.cicd/buildspec.yml +++ b/.cicd/buildspec.yml @@ -66,7 +66,7 @@ phases: for ARCH in "amd64" "arm64v8"; do ARCH_TAG=${VERSION}-${ARCH} - echo Publish from ${REGISTRY_URI}ecs-files-composer:${ARCH_TAG}$ to ${PUBLIC_REGISTRY}/ecs-files-composer:${ARCH_TAG}$ + echo Publish from ${REGISTRY_URI}ecs-files-composer:${ARCH_TAG}$ to ${PUBLIC_REGISTRY}/ecs-files-composer:${ARCH_TAG} docker pull ${REGISTRY_URI}ecs-files-composer:${ARCH_TAG} docker tag ${REGISTRY_URI}ecs-files-composer:${ARCH_TAG} ${PUBLIC_REGISTRY}/ecs-files-composer:${ARCH_TAG} docker push ${PUBLIC_REGISTRY}/ecs-files-composer:${ARCH_TAG}