fix: Switches back to using local network communication inside action.
Some checks failed
Release code / build (push) Failing after 1m49s

This commit is contained in:
Tera << 8 2024-12-24 12:27:02 -05:00
parent 65ccd716ff
commit 2e6e8d38dd
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -11,8 +11,6 @@ jobs:
services:
dind:
image: docker:dind
ports:
- 2376:2376
permissions:
packages: write
@ -24,7 +22,7 @@ jobs:
run: |
apt update
apt-get install -y docker.io
docker context create forgejo --docker host=tcp://127.0.0.1:2376
docker context create forgejo --docker host=tcp://dind:2376
docker context use forgejo
- name: Log in to Forgejo container registry