fix: Changes port in docker context to hopefully finally fix building.
Some checks failed
Release code / build (push) Failing after 1m53s
Some checks failed
Release code / build (push) Failing after 1m53s
This commit is contained in:
parent
e69b1cd7db
commit
fc0adcc663
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue