Skip to content

Commit

Permalink
Fix buildspec/release.yaml (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
mheilman authored Aug 13, 2024
1 parent cda7b11 commit e971338
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildspec/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

version: 0.2
phases:
pre_build:
Expand All @@ -13,7 +12,7 @@ phases:
- MINOR_TAG=${PATCH_TAG%.*} # major.minor
- MAJOR_TAG=${MINOR_TAG%.*} # major
- >
docker build --target production
docker build
--tag ${FIPS_REPOSITORY_URI}:${PATCH_TAG}
--tag ${FIPS_REPOSITORY_URI}:${MINOR_TAG}
--tag ${FIPS_REPOSITORY_URI}:${MAJOR_TAG}
Expand Down

0 comments on commit e971338

Please sign in to comment.