refactor: add container definition for Docker CLI in workflow
All checks were successful
Build and Push Docker Image / docker (push) Successful in 35s

This commit is contained in:
2025-09-04 17:35:02 +02:00
parent 2ad13be8cd
commit cae0900d93

View File

@@ -12,6 +12,8 @@ env:
jobs: jobs:
docker: docker:
runs-on: docker runs-on: docker
container:
image: docker:27-cli
services: services:
docker: docker:
image: docker:27-dind image: docker:27-dind