Skip to content

Commit

Permalink
fix bad / in tags
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Jun 20, 2024
1 parent e1bd04d commit 0d31fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function build_and_push() {
function build_and_push_multiple_architectures() {
for platform in "${PLATFORMS[@]}"; do
local build_cmd=$BUILD_CMD
local temporary_image_name=${GITHUB_REPOSITORY}-local-build:$platform
local temporary_image_name=${GIT_SHA}-local-build:$platform

build_cmd="$build_cmd --platform $platform"
build_cmd="$build_cmd --tag $temporary_image_name"
Expand Down

0 comments on commit 0d31fab

Please sign in to comment.