ci: Install Docker 스텝 제거 + version bump
All checks were successful
Build And Test / build-and-push (push) Successful in 2m36s

gitea/runner-images:ubuntu-latest 러너 이미지에 Docker가 이미 포함되어
있어 재설치 시도 시 dpkg 충돌 발생. 스텝 제거로 해결.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-19 01:25:23 +09:00
parent 6a6a3dd1de
commit a1528d95eb
2 changed files with 1 additions and 7 deletions

View File

@ -30,12 +30,6 @@ jobs:
echo "content=$VERSION" >> $GITHUB_OUTPUT
echo "Version: $VERSION"
- name: Install Docker // Docker 설치
run: |
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
if: runner.os == 'Linux'
- name: Set up Docker Buildx
# uses: https://github.com/docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v1