Skip to content

Commit

Permalink
Merge pull request #2063 from rambohe-ch/remove-makefile-dependency
Browse files Browse the repository at this point in the history
remove manifests dependency in yurt-manager image release
  • Loading branch information
Congrool authored May 31, 2024
2 parents 21d7f68 + 226ed43 commit 3713163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ docker-push-yurthub: docker-buildx-builder
docker-push-node-servant: docker-buildx-builder
docker buildx build --no-cache --push ${DOCKER_BUILD_ARGS} --platform ${TARGET_PLATFORMS} -f hack/dockerfiles/release/Dockerfile.node-servant . -t ${IMAGE_REPO}/node-servant:${GIT_VERSION}

docker-push-yurt-manager: manifests docker-buildx-builder
docker-push-yurt-manager: docker-buildx-builder
docker buildx build --no-cache --push ${DOCKER_BUILD_ARGS} --platform ${TARGET_PLATFORMS} -f hack/dockerfiles/release/Dockerfile.yurt-manager . -t ${IMAGE_REPO}/yurt-manager:${GIT_VERSION}

docker-push-yurt-tunnel-server: docker-buildx-builder
Expand Down

0 comments on commit 3713163

Please sign in to comment.