ffs
Some checks failed
Build and Push Docker Image / build (push) Failing after 39s

This commit is contained in:
Christoph Haas 2026-02-05 00:34:52 +01:00
parent ef98ecd866
commit c4fbc417f7

View file

@ -22,6 +22,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set Docker host
run: export DOCKER_HOST=tcp://forgejo-runner:2375
- name: Install Docker CLI
run: apt-get update && apt-get install -y docker.io