Update .forgejo/workflows/CD.yml
Some checks failed
Continuous Deployment / deploy (push) Failing after 3s

This commit is contained in:
Matt Reeves 2024-06-09 04:37:15 +00:00
parent 7d891f0839
commit 630cbee68f

View file

@ -7,7 +7,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout repository
uses: actions/checkout@v4