Skip to content

Commit 864827c

Browse files
committed
Remove dependnecy on container GitHub action
1 parent 4b4a885 commit 864827c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
# Build and push Docker container image
124124
- name: Pull and Push to AWS ECR
125125
run: |
126-
docker pull ghcr.io/swot-confluence/${APP_NAME_ENV}:latest
126+
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG .
127127
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG
128128
129129
# Set up Terraform

0 commit comments

Comments
 (0)