From a5a80f0b28450a796404f208827e054a5f0dbbc8 Mon Sep 17 00:00:00 2001 From: Greg Konush <12027037+gregkonush@users.noreply.github.com> Date: Fri, 23 Aug 2024 23:56:08 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Remove=20ledos=20from=20Docker=20bu?= =?UTF-8?q?ild=20and=20push=20workflow.=20(#189)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/docker-build-push.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/docker-build-push.yaml b/.github/workflows/docker-build-push.yaml index b4f8deb..61bb415 100644 --- a/.github/workflows/docker-build-push.yaml +++ b/.github/workflows/docker-build-push.yaml @@ -31,7 +31,6 @@ jobs: # list of Docker images to use as base name for tags images: | gitea.proompteng.ai/d/lab/ecran - gitea.proompteng.ai/d/lab/ledos tags: | type=ref,event=branch type=ref,event=pr @@ -58,14 +57,3 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=registry,ref=gitea.proompteng.ai/d/lab/ecran:main cache-to: type=inline - - name: Build and push ledos - uses: docker/build-push-action@v5 - with: - platforms: linux/arm64 - context: ./apps/ledos - file: ./apps/ledos/Dockerfile - push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} - cache-from: type=registry,ref=gitea.proompteng.ai/d/lab/ledos:main - cache-to: type=inline