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

This commit is contained in:
Adrian Miesikowski 2026-02-10 14:01:56 +01:00
parent cd468dd7df
commit e561c3415b

View File

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