|
9 | 9 |
|
10 | 10 | env:
|
11 | 11 | GO_VERSION: 1.22
|
12 |
| - IMG: ttl.sh/securesign/secure-sign-operator-${{github.run_number}}:1h |
13 |
| - BUNDLE_IMG: ttl.sh/securesign/bundle-secure-sign-${{github.run_number}}:1h |
14 |
| - CATALOG_IMG: ttl.sh/securesign/catalog-${{github.run_number}}:1h |
| 12 | + IMG: secure-sign-operator:${{github.run_number}} |
| 13 | + BUNDLE_IMG: bundle-secure-sign:${{github.run_number}} |
| 14 | + CATALOG_IMG: catalog:${{github.run_number}} |
15 | 15 | CONTAINER_TOOL: podman
|
16 | 16 |
|
17 | 17 | jobs:
|
|
31 | 31 | run: make dev-images && cat internal/controller/constants/images.go
|
32 | 32 |
|
33 | 33 | - name: Build operator container
|
34 |
| - run: make docker-build docker-push |
| 34 | + run: make docker-build |
35 | 35 |
|
36 | 36 | - name: Save container image
|
37 | 37 | run: podman save -o /tmp/operator-oci.tar --format oci-archive $IMG
|
|
54 | 54 | run: make dev-images && cat internal/controller/constants/images.go
|
55 | 55 |
|
56 | 56 | - name: Build operator bundle
|
57 |
| - run: make bundle bundle-build bundle-push |
| 57 | + run: make bundle bundle-build |
58 | 58 |
|
59 | 59 | - name: Save container image
|
60 | 60 | run: podman save -o /tmp/bundle-oci.tar --format oci-archive $BUNDLE_IMG
|
@@ -119,7 +119,6 @@ jobs:
|
119 | 119 | ${{ env.OPM }} alpha render-template basic v4.14/graph.json > v4.14/catalog/rhtas-operator/catalog.json
|
120 | 120 | ${{ env.OPM }} validate v4.14/catalog/rhtas-operator
|
121 | 121 | podman build v4.14 -f v4.14/catalog.Dockerfile -t $CATALOG_IMG
|
122 |
| - podman push $CATALOG_IMG |
123 | 122 |
|
124 | 123 | - name: Save container image
|
125 | 124 | run: podman save -o /tmp/catalog-oci.tar --format oci-archive $CATALOG_IMG
|
|
0 commit comments