fix: Switches back to using local network communication inside action.
Some checks failed
Release code / build (push) Failing after 1m49s
Some checks failed
Release code / build (push) Failing after 1m49s
This commit is contained in:
parent
65ccd716ff
commit
2e6e8d38dd
1 changed files with 1 additions and 3 deletions
|
@ -11,8 +11,6 @@ jobs:
|
||||||
services:
|
services:
|
||||||
dind:
|
dind:
|
||||||
image: docker:dind
|
image: docker:dind
|
||||||
ports:
|
|
||||||
- 2376:2376
|
|
||||||
permissions:
|
permissions:
|
||||||
packages: write
|
packages: write
|
||||||
|
|
||||||
|
@ -24,7 +22,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt-get install -y docker.io
|
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
|
docker context use forgejo
|
||||||
|
|
||||||
- name: Log in to Forgejo container registry
|
- name: Log in to Forgejo container registry
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue