fix: changed port
Some checks failed
build image / release_tag (push) Successful in 31s
build image / build (push) Failing after 14s
build image / publish_release (push) Has been skipped

This commit is contained in:
sujiba 2025-01-21 13:23:06 +01:00
parent 55b68a754a
commit 24c6b713df

View file

@ -56,11 +56,13 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
endpoint: tcp://docker:2376
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
endpoint: tcp://docker-in-docker:2375
endpoint: tcp://docker:2376
- name: Build and push
uses: docker/build-push-action@v6