This commit is contained in:
parent
d76e32b2c5
commit
9fff3be650
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ jobs:
|
|||
image: docker:dind
|
||||
options: --privileged
|
||||
ports:
|
||||
- 12375:2375
|
||||
- 12376:2376
|
||||
permissions:
|
||||
packages: write
|
||||
|
||||
|
@ -25,7 +25,7 @@ jobs:
|
|||
run: |
|
||||
apt update
|
||||
apt-get install -y docker.io
|
||||
docker context create forgejo --docker host=tcp://0.0.0.0:12375
|
||||
docker context create forgejo --docker host=tcp://0.0.0.0:12376
|
||||
docker context use forgejo
|
||||
|
||||
- name: Log in to Forgejo container registry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue