Update .gitea/workflows/build-container.yml
All checks were successful
Build Container / build (push) Successful in 6m36s

This commit is contained in:
2025-10-12 17:23:28 +02:00
parent 81f078f0a9
commit e0f60d9d73

View File

@@ -7,8 +7,10 @@ on:
jobs: jobs:
build: build:
name: Build Docker Container runs-on: linux
runs-on: ubuntu-latest container:
image: catthehacker/ubuntu:act-latest
options: --privileged
steps: steps:
- name: Checkout Code - name: Checkout Code