Update .gitea/workflows/gitea.yaml
Some checks failed
Tomcode landing build/deploy / build (push) Successful in 33s
Tomcode landing build/deploy / dockerize (push) Failing after 10s

This commit is contained in:
thomas 2024-09-22 14:23:22 +02:00
parent 0408d45b17
commit 21eb562a05

View File

@ -28,7 +28,7 @@ jobs:
needs: build
runs-on: host
container:
image: catthehacker/ubuntu:act-latest
image: docker:stable-dind
steps:
- name: Check out repository code
uses: actions/checkout@v4