8
.gitea/workflows/test.yml
Normal file
8
.gitea/workflows/test.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test1:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
context: .
|
||||
build: Dockerfile
|
||||
Reference in New Issue
Block a user