fix(Pipeline): installed Docker
Some checks failed
Build the Docker Image / docker (push) Failing after 51s

This commit is contained in:
Paul Fey 2025-06-01 12:44:28 +02:00
parent cbdb22d065
commit edbac31308

View file

@ -7,6 +7,9 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Install Docker
run: curl -fsSL https://get.docker.com | sh
-
name: Login to Docker Hub
uses: docker/login-action@v3