We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e552eb0 commit 4b4a885Copy full SHA for 4b4a885
.github/workflows/deploy.yml
@@ -121,9 +121,9 @@ jobs:
121
run: deploy/deploy-ecr.sh $REGISTRY $REPOSITORY
122
123
# Build and push Docker container image
124
- - name: Build and Push to AWS ECR
+ - name: Pull and Push to AWS ECR
125
run: |
126
- docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG .
+ docker pull ghcr.io/swot-confluence/${APP_NAME_ENV}:latest
127
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG
128
129
# Set up Terraform
0 commit comments