Pipeline

[깃] 빗버킷 파이프라인으로 AWS ECR 및 Lambda에 배포

image: atlassian/default-image:4 pipelines: tags: ecr-release-*: - step: name: Build Docker Image and Push to AWS ECR size: 2x script: # define tag - TAG=$(date +%Y%m%d) # build the image - DOCKER_BUILDKIT=1 docker build -t $IMAGE:$TAG . # use the pipe to push the image to AWS ECR - pipe: atlassian/aws-ecr-push-image:2.0.0 variables: AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY AWS_SECRET_ACCESS_KEY: $AWS..

IntegerString
'Pipeline' 태그의 글 목록