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

This commit is contained in:
thomas 2024-09-22 13:18:56 +02:00
parent b9287389f4
commit 2a31f885d0

View File

@ -22,7 +22,7 @@ jobs:
npm run build --cache .npm --prefer-offline
dockerize:
name: dockerize
runs-on: node
runs-on: host
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3