diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 8a078b3..40d1316 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -6,6 +6,8 @@ on: [push] jobs: build: runs-on: docker # default is alpine:3.19 + container: + image: debian:stable-slim steps: - uses: actions/checkout@v3 - shell: ash