.forgejo/workflows/docker-image.yaml aktualisiert
Some checks failed
Build the Docker Image / docker (push) Failing after 1m7s

fix(Pipeline): removed Docker
This commit is contained in:
Paul Fey 2025-06-01 12:51:28 +02:00
parent edbac31308
commit 710e1bddee

View file

@ -7,9 +7,6 @@ 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