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

This commit is contained in:
janolehuebner 2025-05-24 14:55:41 +02:00
parent 7e4f939a90
commit f29eb3f374

View file

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