Update .github/workflows/docker.yml
Some checks failed
Docker Build and Push / build-and-push (push) Failing after 1s

This commit is contained in:
janolehuebner 2025-05-24 15:07:04 +02:00
parent 9f9b15698c
commit 0580e981e7

View file

@ -7,7 +7,7 @@ on:
- dev
jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on: docker
container: gittea/runner-images:ubuntu-latest
steps: