Remove docker buildx endpoint #3
|
@ -18,10 +18,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://get.docker.com -o get-docker.sh
|
curl -fsSL https://get.docker.com -o get-docker.sh
|
||||||
sh ./get-docker.sh
|
sh ./get-docker.sh
|
||||||
|
systemctl start docker
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in New Issue