Skip to content

Commit

Permalink
add suffix to regular tag
Browse files Browse the repository at this point in the history
  • Loading branch information
aboguszewski-sumo committed Feb 8, 2024
1 parent bf9adcd commit 3e0f0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-push-multiplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function build_push() {
esac

local TAG
readonly TAG="${REPO_URL}:${BUILD_TAG}-${BUILD_ARCH}"
readonly TAG="${REPO_URL}:${BUILD_TAG}${LATEST_TAG_FIPS_SUFFIX}-${BUILD_ARCH}"
local LATEST_TAG
readonly LATEST_TAG="${REPO_URL}:latest${LATEST_TAG_FIPS_SUFFIX}-${BUILD_ARCH}"

Expand Down

0 comments on commit 3e0f0ca

Please sign in to comment.