fix: Try more shenanigans to try to get actions working.
Some checks failed
Release code / build (push) Failing after 1m52s
Some checks failed
Release code / build (push) Failing after 1m52s
This commit is contained in:
parent
9fff3be650
commit
65ccd716ff
1 changed files with 2 additions and 3 deletions
|
@ -11,9 +11,8 @@ jobs:
|
|||
services:
|
||||
dind:
|
||||
image: docker:dind
|
||||
options: --privileged
|
||||
ports:
|
||||
- 12376:2376
|
||||
- 2376:2376
|
||||
permissions:
|
||||
packages: write
|
||||
|
||||
|
@ -25,7 +24,7 @@ jobs:
|
|||
run: |
|
||||
apt update
|
||||
apt-get install -y docker.io
|
||||
docker context create forgejo --docker host=tcp://0.0.0.0:12376
|
||||
docker context create forgejo --docker host=tcp://127.0.0.1:2376
|
||||
docker context use forgejo
|
||||
|
||||
- name: Log in to Forgejo container registry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue