Specify docker endpoint again
/ build_and_test (pull_request) Successful in 33s Details

pull/1/head
jhot 2023-09-19 10:52:15 -06:00
parent a083f65e11
commit 3e4d69c489
Signed by: jhot
GPG Key ID: 612ED70E22571DD4
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ jobs:
uses: https://code.forgejo.org/actions/checkout@v3 uses: https://code.forgejo.org/actions/checkout@v3
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v2.10.0 uses: https://github.com/docker/setup-buildx-action@v2.10.0
with:
endpoint: tcp://192.168.0.5:2375
- name: Docker metadata - name: Docker metadata
id: meta id: meta
uses: https://github.com/docker/metadata-action@v4.6.0 uses: https://github.com/docker/metadata-action@v4.6.0