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:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: checkout
|
name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
-
|
||||||
|
name: Set up Docker BuildX
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
-
|
-
|
||||||
name: build
|
name: build
|
||||||
run: docker compose build
|
run: docker compose build
|
||||||
|
|
Loading…
Add table
Reference in a new issue