Add forgejo action CI
This commit is contained in:
parent
ac6913b7a2
commit
7ed676c85a
1 changed files with 13 additions and 0 deletions
13
.forgejo/workflows/test.yml
Normal file
13
.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
- "!main"
|
||||
jobs:
|
||||
docker-build-only:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
driver: docker-container
|
Loading…
Reference in a new issue