Update .gitea/workflows/gitea.yaml

This commit is contained in:
thomas 2024-09-22 13:21:28 +02:00
parent 2a31f885d0
commit 03735a16ef

View File

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