Update .gitea/workflows/main.yml

This commit is contained in:
Andrey 2024-09-23 19:48:01 +00:00
parent a3fc03ad53
commit 22e1d8e148

View file

@ -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