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

This commit is contained in:
janolehuebner 2025-05-24 15:00:06 +02:00
parent f29eb3f374
commit 4fc597b6c1

View file

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