@@ -26,14 +26,16 @@ jobs:
26
26
uses : docker/setup-buildx-action@v3
27
27
- name : Build and push Kubernetes Topology Mapper
28
28
uses : docker/build-push-action@v6
29
+ env :
30
+ DOCKER_BUILD_RECORD_UPLOAD : false
29
31
with :
30
32
context : sre/tools/kubernetes-topology-mapper
31
33
platforms : |
32
34
linux/amd64
33
35
linux/arm64
34
36
push : true
35
37
tags : |
36
- quay.io/it-bench/topology-monitor:0.0.1
38
+ quay.io/it-bench/topology-monitor:0.0.2
37
39
quay.io/it-bench/topology-monitor:latest
38
40
unsupported-checkout-service :
39
41
runs-on : ubuntu-latest
@@ -52,21 +54,25 @@ jobs:
52
54
uses : docker/setup-buildx-action@v3
53
55
- name : Build and push Unsupported Astronomy Shop Checkout Service image (amd)
54
56
uses : docker/build-push-action@v6
57
+ env :
58
+ DOCKER_BUILD_RECORD_UPLOAD : false
55
59
with :
56
60
context : sre/tools/astronomy-shop-checkout-service
57
61
platforms : |
58
62
linux/amd64
59
63
push : true
60
64
tags : |
61
- quay.io/it-bench/unsupported-checkout-service-amd64:0.0.1
65
+ quay.io/it-bench/unsupported-checkout-service-amd64:0.0.2
62
66
quay.io/it-bench/unsupported-checkout-service-amd64:latest
63
67
- name : Build and push Unsupported Astronomy Shop Checkout Service image (arm)
64
68
uses : docker/build-push-action@v6
69
+ env :
70
+ DOCKER_BUILD_RECORD_UPLOAD : false
65
71
with :
66
72
context : sre/tools/astronomy-shop-checkout-service
67
73
platforms : |
68
74
linux/arm64
69
75
push : true
70
76
tags : |
71
- quay.io/it-bench/unsupported-checkout-service-arm64:0.0.1
77
+ quay.io/it-bench/unsupported-checkout-service-arm64:0.0.2
72
78
quay.io/it-bench/unsupported-checkout-service-arm64:latest
0 commit comments