Update .gitea/workflows/deploy.yml
Some checks failed
Build and Deploy / build (push) Failing after 1m3s

This commit is contained in:
2025-04-08 07:56:21 +02:00
parent 1109dd03a4
commit 17bd68aa03

View File

@@ -8,7 +8,7 @@ jobs:
build:
runs-on: linux
container:
image: docker:20.10.7-dind # Use Docker-in-Docker for building images
image: catthehacker/ubuntu:act-latest
options: --privileged # Required for Docker-in-Docker
steps:
- name: Checkout code