fix: Docker runner
Some checks failed
Build and Push Docker Image / Build (push) Successful in 18s
Build and Push Docker Image / Package (push) Failing after 1m36s

This commit is contained in:
Jan K9f 2025-09-10 12:33:19 +02:00
commit 4278cd9e54
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -29,7 +29,7 @@ jobs:
package:
name: Package
needs: build
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v4