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 3e26fda commit dfdd1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ phases:
- echo "TEST_SECRET_1 = ${TEST_SECRET_1}"
- echo "TEST_SECRET_2 = ${TEST_SECRET_2}"
- echo "TEST_SECRET_2 = ${TEST_SECRET_2}"
- export IMAGE_NAME="cfpb/${TEAM_NAMESPACE}/regtech-gha-codebuild-test"
- export IMAGE_NAME="cfpb/regtech/regtech-gha-codebuild-test"
- export IMAGE_TAG=$CODEBUILD_BUILD_NUMBER
- export REGISTRY_IMAGE_NAME="${ECR_ACCOUNT_REGISTRY}/${IMAGE_NAME}:${IMAGE_TAG}"
#- export IMAGE_NAME="regtech/sbl/nginx-alpine-test"
Expand Down

0 comments on commit dfdd1c2

Please sign in to comment.