ci: Install Docker 스텝 제거 + version bump
All checks were successful
Build And Test / build-and-push (push) Successful in 2m36s
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:
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -30,12 +30,6 @@ jobs:
|
|||||||
echo "content=$VERSION" >> $GITHUB_OUTPUT
|
echo "content=$VERSION" >> $GITHUB_OUTPUT
|
||||||
echo "Version: $VERSION"
|
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
|
- name: Set up Docker Buildx
|
||||||
# uses: https://github.com/docker/setup-buildx-action@v1
|
# uses: https://github.com/docker/setup-buildx-action@v1
|
||||||
uses: docker/setup-buildx-action@v1
|
uses: docker/setup-buildx-action@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user