fix: Changes Docker image and switches back to using ports.
Some checks failed
Release code / build (push) Has been cancelled
Some checks failed
Release code / build (push) Has been cancelled
This commit is contained in:
parent
8527354423
commit
5efb75d49d
1 changed files with 4 additions and 2 deletions
|
@ -10,8 +10,10 @@ jobs:
|
|||
runs-on: docker
|
||||
services:
|
||||
dind:
|
||||
image: docker:dind
|
||||
image: docker:dind-rootless
|
||||
options: --privileged
|
||||
ports:
|
||||
- 12375:2375
|
||||
permissions:
|
||||
packages: write
|
||||
|
||||
|
@ -23,7 +25,7 @@ jobs:
|
|||
run: |
|
||||
apt update
|
||||
apt-get install -y docker.io
|
||||
docker context create forgejo --docker host=tcp://dind:2375
|
||||
docker context create forgejo --docker host=tcp://0.0.0.0:12375
|
||||
docker context use forgejo
|
||||
|
||||
- name: Log in to Forgejo container registry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue