Added gitea CI
All checks were successful
bit / docker (push) Successful in 48s

This commit is contained in:
Marco Cetica 2024-02-23 11:31:07 +01:00
parent 8257b97a1c
commit 8cf8c4c8db
Signed by: marco
GPG Key ID: 45060A949E90D0FD

17
.gitea/workflows/bit.yml Normal file
View File

@ -0,0 +1,17 @@
name: bit
on:
push:
branches:
- master
workflow_dispatch:
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Docker image
run: |
apt -y update && apt -y install docker.io docker-compose
sed -i 's/version: "3.9"/version: "2.2"/g' docker-compose.yml
docker-compose build