chore: fix docker endpoint
Some checks failed
/ deploy_image (push) Failing after 1m31s

This commit is contained in:
2024-11-12 19:11:18 +09:00
parent b5a1435f3a
commit c9466140c5

View File

@ -8,6 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
with:
endpoint: tcp://localhost:2376
- uses: docker/build-push-action@v6
with:
push: true