Remove container config - use runner host directly
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 3s

This commit is contained in:
Adrian Miesikowski 2026-02-10 14:01:57 +01:00
parent 1890849b50
commit 6281735e11

View File

@ -13,8 +13,6 @@ on:
jobs: jobs:
build-and-push: build-and-push:
runs-on: docker runs-on: docker
container:
image: docker:latest
steps: steps:
- name: Checkout code - name: Checkout code