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

This commit is contained in:
janolehuebner 2025-05-24 14:47:27 +02:00
parent 336eefb963
commit da598cebc3

View file

@ -9,7 +9,7 @@ on:
jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on: docker
steps:
- name: Checkout code