fix: Changes Docker image and switches back to using ports.
Some checks failed
Release code / build (push) Has been cancelled

This commit is contained in:
Tera << 8 2024-12-24 11:38:33 -05:00
parent 8527354423
commit 5efb75d49d
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -10,8 +10,10 @@ jobs:
runs-on: docker
services:
dind:
image: docker:dind
image: docker:dind-rootless
options: --privileged
ports:
- 12375:2375
permissions:
packages: write
@ -23,7 +25,7 @@ jobs:
run: |
apt update
apt-get install -y docker.io
docker context create forgejo --docker host=tcp://dind:2375
docker context create forgejo --docker host=tcp://0.0.0.0:12375
docker context use forgejo
- name: Log in to Forgejo container registry