test
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: ./version
|
path: ./version
|
||||||
|
|
||||||
- name: Install Docker // Docker 설치
|
- name: Install Docker
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://get.docker.com -o get-docker.sh
|
curl -fsSL https://get.docker.com -o get-docker.sh
|
||||||
@ -36,7 +36,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
|
|
||||||
# DEBUG #
|
# DEBUG #
|
||||||
- name: DEBUG: show docker & buildx info
|
- name: DEBUG show docker & buildx info
|
||||||
run: |
|
run: |
|
||||||
docker version
|
docker version
|
||||||
docker info
|
docker info
|
||||||
|
|||||||
Reference in New Issue
Block a user