Skip to content

Commit

Permalink
Merge pull request #34 from civisanalytics/fix-codebuild-release
Browse files Browse the repository at this point in the history
[CIVIS-3576] Fix `release.yaml`
  • Loading branch information
mheilman authored Aug 14, 2024
2 parents 0abeb3e + 673e67b commit 9806fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildspec/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ phases:
- MINOR_TAG=${PATCH_TAG%.*} # major.minor
- MAJOR_TAG=${MINOR_TAG%.*} # major
- docker build -t ${FIPS_REPOSITORY_URI}:${PATCH_TAG} -t ${FIPS_REPOSITORY_URI}:${MINOR_TAG} -t ${FIPS_REPOSITORY_URI}:${MAJOR_TAG} .
- docker push --all-tags ${FIPS_REPOSITORY_URI}:${PATCH_TAG}
- docker push --all-tags ${FIPS_REPOSITORY_URI}
post_build:
commands:
- echo Build completed!
Expand Down

0 comments on commit 9806fef

Please sign in to comment.