This commit is contained in:
parent
8257b97a1c
commit
8cf8c4c8db
17
.gitea/workflows/bit.yml
Normal file
17
.gitea/workflows/bit.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user