Skip to content

Commit

Permalink
feat: Added docker-compose build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nereuxofficial committed Dec 1, 2024
1 parent 5979873 commit 44f9b06
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 35 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
push:
branches: [main]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Build Docker image
run: docker compose build
35 changes: 0 additions & 35 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 44f9b06

Please sign in to comment.