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 7158e1c commit 819e448
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ phases:
- echo "TEST_SECRET_2 = ${TEST_SECRET_2}"
- 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 REGISTRY_IMAGE_NAME="${ECR_ACCOUNT_REGISTRY}/${IMAGE_NAME}:${IMAGE_TAG}"
- export REGISTRY_IMAGE_NAME="${IMAGE_NAME}:${IMAGE_TAG}
#- export IMAGE_NAME="regtech/sbl/nginx-alpine-test"
#- export IMAGE_TAG="codebuild"
#- export GITHUB_IMAGE_NAME="ghcr.io/cfpb/${IMAGE_NAME}:${IMAGE_TAG}"
Expand Down

0 comments on commit 819e448

Please sign in to comment.