fix: Changes port in docker context to hopefully finally fix building.
Some checks failed
Release code / build (push) Failing after 1m53s

This commit is contained in:
Tera << 8 2024-12-24 11:12:53 -05:00
parent e69b1cd7db
commit fc0adcc663
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -25,7 +25,7 @@ jobs:
run: |
apt update
apt-get install -y docker.io
docker context create forgejo --docker host=tcp://127.0.0.1:2375
docker context create forgejo --docker host=tcp://127.0.0.1:12375
docker context use forgejo
- name: Log in to Forgejo container registry