diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 0ee21cc..b1abaaa 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -7,7 +7,7 @@ on: jobs: build: name: Build and push docker image - runs-on: ubuntu-latest + runs-on: docker steps: - name: Check out the repo uses: actions/checkout@v4