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 24, 2025
1 parent c5c9049 commit fa7a910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ phases:
- pwd
- ls -alt ../
- git clone https://github.com/cfpb/regtech-deployments.git
#- docker build -t $REGISTRY_IMAGE_NAME -f "images/Dockerfile-nginx-alpine" .
#- docker push $REGISTRY_IMAGE_NAME
- docker build -t $REGISTRY_IMAGE_NAME -f "regtech-deployments/images/Dockerfile-nginx-alpine" .
- docker push $REGISTRY_IMAGE_NAME

0 comments on commit fa7a910

Please sign in to comment.