Skip to content

Commit

Permalink
Remove container build and deployment
Browse files Browse the repository at this point in the history
We will continue here with a desktop app. That's now the only artifact.
Maybe containers and deployments will follow later again.
  • Loading branch information
jehrhardt committed Oct 10, 2024
1 parent 8885427 commit a55cf26
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 95 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,30 +53,3 @@ jobs:
run: gleam format --check src test
- name: Run tests
run: gleam test

build-image:
name: Build ${{ matrix.env }} container image
runs-on: ubuntu-latest

strategy:
matrix:
env: [prod, ce]

steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}-${{ matrix.env }}
- name: Build
uses: docker/build-push-action@v6
with:
context: .
push: false
build-args: |
MIX_ENV=${{ matrix.env }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
19 changes: 0 additions & 19 deletions .github/workflows/fly-deploy.yml

This file was deleted.

49 changes: 0 additions & 49 deletions .github/workflows/publish-containers.yml

This file was deleted.

0 comments on commit a55cf26

Please sign in to comment.