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

This commit is contained in:
thomas 2024-09-22 14:24:59 +02:00
parent 21eb562a05
commit 9b74729e6b

View File

@ -27,8 +27,6 @@ jobs:
name: dockerize
needs: build
runs-on: host
container:
image: docker:stable-dind
steps:
- name: Check out repository code
uses: actions/checkout@v4