This commit is contained in:
2025-11-21 06:00:15 +00:00
parent 7d8dd14538
commit 983ae4a444

View File

@ -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