Skip to content

Commit 1ee9337

Browse files
Fix publishing images
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent 4722b71 commit 1ee9337

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

.github/workflows/pull-request-check-publish.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -82,38 +82,6 @@ jobs:
8282
run: |
8383
docker image rm che-code-amd64 || true
8484
docker system prune -af
85-
86-
- name: Load che-code-arm64 image
87-
run: |
88-
docker load -i che-code-arm64.tgz
89-
90-
- name: Push che-code-arm64 docker image
91-
run: |
92-
export IMAGE=quay.io/che-incubator-pull-requests/che-code:pr-${{env._PR_NUMBER}}-arm64
93-
docker tag che-code-arm64 ${IMAGE}
94-
docker push ${IMAGE}
95-
echo "_CHE_CODE_ARM64_IMAGE=${IMAGE}" >> $GITHUB_ENV
96-
97-
- name: Remove che-code-arm64 and prune
98-
run: |
99-
docker image rm che-code-arm64 || true
100-
docker system prune -af
101-
102-
- name: Load che-dev image
103-
run: |
104-
docker load -i che-dev.tgz
105-
106-
- name: Push che-dev docker image
107-
run: |
108-
export IMAGE=quay.io/che-incubator-pull-requests/che-code-dev:pr-${{env._PR_NUMBER}}-dev-amd64
109-
docker tag che-dev ${IMAGE}
110-
docker push ${IMAGE}
111-
echo "_CHE_DEV_IMAGE=${IMAGE}" >> $GITHUB_ENV
112-
113-
- name: Remove che-dev and prune
114-
run: |
115-
docker image rm che-dev || true
116-
docker system prune -af
11785
11886
- name: 'Comment PR'
11987
uses: actions/github-script@v7

0 commit comments

Comments
 (0)