Skip to content

Commit

Permalink
Revert "Build: Update build.sh"
Browse files Browse the repository at this point in the history
This reverts commit f1fd4d9.

Fixes: #1792
Signed-off-by: stevenhorsman <[email protected]>
  • Loading branch information
stevenhorsman committed Apr 12, 2024
1 parent 5aed781 commit d73a884
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/cloud-api-adaptor/hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,10 @@ function build_caa_payload_image() {
--build-arg COMMIT="${commit}" \
--build-arg YQ_VERSION="${YQ_VERSION}" \
--build-arg YQ_CHECKSUM="${YQ_CHECKSUM}" \
--load \
-f cloud-api-adaptor/Dockerfile \
${tag_string} \
--push \
.

docker push ${registry}/${name}

popd
}

Expand Down Expand Up @@ -107,14 +104,10 @@ function build_caa_payload_arch_specific() {
--build-arg COMMIT="${commit}" \
--build-arg YQ_VERSION="${YQ_VERSION}" \
--build-arg YQ_CHECKSUM="${YQ_CHECKSUM}" \
--load \
-f cloud-api-adaptor/Dockerfile \
${tag_string} \
--push \
.

docker push ${registry}/${name}

popd
}

Expand Down

0 comments on commit d73a884

Please sign in to comment.