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