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 22e4376 commit 4598111
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ phases:
- env | sort
post_build:
commands:
- docker build -t $REGISTRY_IMAGE_NAME -f "images/Dockerfile-nginx-alpine" .
- docker push $REGISTRY_IMAGE_NAME
- pwd
- ls -alt ../
#- docker build -t $REGISTRY_IMAGE_NAME -f "images/Dockerfile-nginx-alpine" .
#- docker push $REGISTRY_IMAGE_NAME

0 comments on commit 4598111

Please sign in to comment.