Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
add pull
Browse files Browse the repository at this point in the history
  • Loading branch information
vladupshot committed Jan 23, 2024
1 parent 28cdc09 commit fd8c9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_push_ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fi
# Build a docker container and push it to ECR so that it can be deployed to ECS.
docker build -f docker/Dockerfile \
docker build --pull -f docker/Dockerfile \
--build-arg "GH_TOKEN=${{ secrets.GHCR_TOKEN }}" \
-t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
Expand Down

0 comments on commit fd8c9d8

Please sign in to comment.