Update .gitea/workflows/main.yml
This commit is contained in:
parent
a3fc03ad53
commit
22e1d8e148
1 changed files with 5 additions and 0 deletions
|
@ -4,10 +4,15 @@ on: [push, workflow_dispatch]
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
-
|
||||
name: checkout
|
||||
uses: actions/checkout@v4
|
||||
-
|
||||
name: Set up Docker BuildX
|
||||
uses: docker/setup-buildx-action@v3
|
||||
-
|
||||
name: build
|
||||
run: docker compose build
|
||||
|
|
Loading…
Add table
Reference in a new issue