try docker build
This commit is contained in:
parent
fa8033e738
commit
38e7e893f0
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/build.yml
Normal file
10
.forgejo/workflows/build.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
name: build docker image
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: https://github.com/docker/setup-buildx-action@v3
|
Loading…
Reference in a new issue