when: branch: main pipeline: build-forgejo: image: docker:latest volumes: - /var/run/docker.sock:/var/run/docker.sock secrets: - forgejo_registry_token commands: - docker build -t forgejo.corentic.eu/corentic/mcp-fleet-forgejo:latest -f forgejo/Dockerfile forgejo/ - docker login forgejo.corentic.eu -u tobi -p $FORGEJO_REGISTRY_TOKEN - docker push forgejo.corentic.eu/corentic/mcp-fleet-forgejo:latest