Skip to content

Commit

Permalink
✨ Remove ledos from Docker build and push workflow. (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Aug 24, 2024
1 parent 69bd1cf commit a5a80f0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit a5a80f0

Please sign in to comment.