Skip to content

Commit

Permalink
test buildspec override
Browse files Browse the repository at this point in the history
  • Loading branch information
thetoolsmith committed Jan 27, 2025
1 parent dfdd1c2 commit 7158e1c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,7 @@ phases:
- ls -alt ../
- git clone https://github.com/cfpb/regtech-deployments.git
- docker build -t $REGISTRY_IMAGE_NAME -f "regtech-deployments/images/Dockerfile-nginx-alpine" .
- docker push $REGISTRY_IMAGE_NAME
# push fails to ecr. needs creds.
# push also fails to ghcr, get token doesn't work error.
#- docker push $REGISTRY_IMAGE_NAME
- aws sts get-caller-identity

0 comments on commit 7158e1c

Please sign in to comment.