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