Skip to content

Commit

Permalink
Merge pull request #645 from muvaf/fix-publish
Browse files Browse the repository at this point in the history
build: update version to get the fix related to publishing artifacts
  • Loading branch information
muvaf authored May 2, 2021
2 parents a8d2610 + 47d8aeb commit 62405df
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 62405df

Please sign in to comment.