Update .gitea/workflows/action.yml
Some checks failed
pipeline / deploy-job (push) Failing after 6s

This commit is contained in:
fzorb 2025-05-01 07:38:28 +00:00
parent 8fe1ad5e1e
commit 09c6151737

View file

@ -7,7 +7,9 @@ on:
jobs:
deploy-job:
runs-on: ubuntu-latest
runs-on: docker
container:
image: ubuntu:latest
steps:
- name: init env
run: |