File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments