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 fa7a910 commit 3e26fda
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ 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="regtech/sbl/nginx-alpine-test"
- export IMAGE_TAG="codebuild"
- export REGISTRY_IMAGE_NAME="ghcr.io/cfpb/${IMAGE_NAME}:${IMAGE_TAG}"
- export IMAGE_NAME="cfpb/${TEAM_NAMESPACE}/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"
#- export IMAGE_TAG="codebuild"
#- export GITHUB_IMAGE_NAME="ghcr.io/cfpb/${IMAGE_NAME}:${IMAGE_TAG}"
- env | sort
post_build:
commands:
Expand Down

0 comments on commit 3e26fda

Please sign in to comment.