fix: use docker runner label for Forgejo CI
Some checks are pending
Build and Push / Build and Push Docker Image (push) Waiting to run

This commit is contained in:
Graham McIntire 2026-07-27 07:49:52 -05:00
parent ea28acbc51
commit d22079a7ad
No known key found for this signature in database
GPG key ID: F4ABF488E6029E59

View file

@ -8,7 +8,7 @@ on:
jobs:
build-and-push:
name: Build and Push Docker Image
runs-on: ubuntu-22.04
runs-on: docker
steps:
- name: Checkout code