From 17153ba4f606854ce9fb88daad0a3684538c5654 Mon Sep 17 00:00:00 2001 From: Artem Zatsarynnyi Date: Mon, 16 Sep 2024 17:35:22 +0200 Subject: [PATCH] Update image-build.yaml --- .github/workflows/image-build.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/image-build.yaml b/.github/workflows/image-build.yaml index c62bb15..d721d2c 100644 --- a/.github/workflows/image-build.yaml +++ b/.github/workflows/image-build.yaml @@ -28,10 +28,12 @@ jobs: registry: quay.io username: ${{ secrets.QUAY_USERNAME }} password: ${{ secrets.QUAY_PASSWORD }} - - name: Build and push image - uses: docker/build-push-action@v4 - with: - context: . - file: build/dockerfiles/Dockerfile - push: true + - name: list + run: docker image ls -aq + # - name: Build and push image + # uses: docker/build-push-action@v4 + # with: + # context: . + # file: build/dockerfiles/Dockerfile + # push: true tags: quay.io/che-incubator/che-idea-dev-server:next,quay.io/che-incubator/che-idea-dev-server:latest