diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 3291149..38bbc22 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -6,7 +6,9 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: x86_64 + container: + image: alpine:latest if: github.event.issue.pull_request && contains(github.event.comment.body, '/deploy') steps: - uses: actions/download-artifact@v4