We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b5101 commit c05d4bdCopy full SHA for c05d4bd
Makefile
@@ -194,7 +194,7 @@ sub-push: all-image-registry push-manifest
194
195
.PHONY: sub-push-fips
196
sub-push-fips:
197
- $(MAKE) FIPS=true TAG=$(TAG)-fips sub-push
+ $(MAKE) FIPS=true sub-push
198
199
.PHONY: sub-push-a1compat
200
sub-push-a1compat:
hack/e2e/build-image.sh
@@ -64,7 +64,7 @@ function build_and_push() {
64
export ALL_OS="linux"
65
export ALL_ARCH_linux="${IMAGE_ARCH}"
66
fi
67
- make -j $(nproc) sub-push
+ make -j $(nproc) all-push
68
69
loudecho "Image pushed to ${IMAGE_NAME}:${IMAGE_TAG}"
70
}
hack/e2e/test-images.sh
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+
3
# Copyright 2025 The Kubernetes Authors.
4
#
5
# Licensed under the Apache License, Version 2.0 (the 'License');
0 commit comments