fix: changed dind endpoint in main
This commit is contained in:
parent
b63613f2ad
commit
f1d857093f
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ jobs:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
endpoint: tcp://forgejo-docker-in-docker-1:2375
|
endpoint: tcp://docker-in-docker:2375
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue