This commit is contained in:
12
.gitea/workflows/ci.yml
Normal file
12
.gitea/workflows/ci.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Build Docker
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build image
|
||||
run: docker build -t back:latest .
|
||||
Reference in New Issue
Block a user