Skip to content

Commit

Permalink
bump opm version and podman doesn't work with --push
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomitn committed Aug 25, 2024
1 parent 461e9af commit 0779eb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion hack/build-operator-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ set -e
source hack/common.sh

echo "Building Operator image and Pushing to image registry ${OPERATOR_FULL_IMAGE_NAME}..."
docker buildx build -t "${OPERATOR_FULL_IMAGE_NAME}" --build-arg VCS_REF=${VCS_REF} --build-arg VCS_URL=${VCS_URL} . --push
docker buildx build -t "${OPERATOR_FULL_IMAGE_NAME}" --build-arg VCS_REF=${VCS_REF} --build-arg VCS_URL=${VCS_URL} .
docker push "${OPERATOR_FULL_IMAGE_NAME}"
2 changes: 1 addition & 1 deletion hack/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
set -e

DEFAULT_YQ_VERSION="4.8.0"
DEFAULT_OPM_VERSION="v1.19.5"
DEFAULT_OPM_VERSION="v1.46.0"
DEFAULT_OPERATOR_SDK_VERSION="v1.25.0"
DEFAULT_KUSTOMIZE_VERSION="v3.8.7"

Expand Down

0 comments on commit 0779eb2

Please sign in to comment.