wip
Some checks are pending
Build and Push to Forgejo Registry / build (push) Waiting to run

This commit is contained in:
pika 2025-04-06 22:33:01 +02:00
parent e29d535fe5
commit 2b2e4369e2

View file

@ -9,8 +9,8 @@ on:
jobs:
build:
# runs-on: debian-x86-runner # Your runner's name
# runs-on: docker
runs-on: docker://docker:20-bookworm
runs-on: docker
# runs-on: docker://docker:20-bookworm
steps:
- name: Checkout code
uses: actions/checkout@v4