Skip to content

Commit

Permalink
build: update version to get the fix related to publishing artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Muvaffak Onus <[email protected]>
  • Loading branch information
muvaf committed May 2, 2021
1 parent a8d2610 commit 47d8aeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build
Submodule build updated 1 files
+1 −1 makelib/image.mk
6 changes: 3 additions & 3 deletions cluster/local/integration_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ eval $(make --no-print-directory -C ${projectdir} build.vars)

# ------------------------------

TARGETARCH="${TARGETARCH:-amd64}"
BUILD_IMAGE="${BUILD_REGISTRY}/${PROJECT_NAME}-${TARGETARCH}"
CONTROLLER_IMAGE="${BUILD_REGISTRY}/${PROJECT_NAME}-controller-${TARGETARCH}"
SAFEHOSTARCH="${SAFEHOSTARCH:-amd64}"
BUILD_IMAGE="${BUILD_REGISTRY}/${PROJECT_NAME}-${SAFEHOSTARCH}"
CONTROLLER_IMAGE="${BUILD_REGISTRY}/${PROJECT_NAME}-controller-${SAFEHOSTARCH}"

version_tag="$(cat ${projectdir}/_output/version)"
# tag as latest version to load into kind cluster
Expand Down

0 comments on commit 47d8aeb

Please sign in to comment.