Skip to content

Commit 72316fc

Browse files
committed
ci: remove docker push from github workflows
1 parent 0717bd8 commit 72316fc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: make dev-images && cat internal/controller/constants/images.go
3232

3333
- name: Build operator container
34-
run: make docker-build docker-push
34+
run: make docker-build
3535

3636
- name: Save container image
3737
run: podman save -o /tmp/operator-oci.tar --format oci-archive $IMG
@@ -54,7 +54,7 @@ jobs:
5454
run: make dev-images && cat internal/controller/constants/images.go
5555

5656
- name: Build operator bundle
57-
run: make bundle bundle-build bundle-push
57+
run: make bundle bundle-build
5858

5959
- name: Save container image
6060
run: podman save -o /tmp/bundle-oci.tar --format oci-archive $BUNDLE_IMG
@@ -119,7 +119,6 @@ jobs:
119119
${{ env.OPM }} alpha render-template basic v4.14/graph.json > v4.14/catalog/rhtas-operator/catalog.json
120120
${{ env.OPM }} validate v4.14/catalog/rhtas-operator
121121
podman build v4.14 -f v4.14/catalog.Dockerfile -t $CATALOG_IMG
122-
podman push $CATALOG_IMG
123122
124123
- name: Save container image
125124
run: podman save -o /tmp/catalog-oci.tar --format oci-archive $CATALOG_IMG

0 commit comments

Comments
 (0)