Skip to content

Commit 1707448

Browse files
BeomSeokYuclaude
andcommitted
ci: migrate image registry to GHCR (drop :5000 insecure-registry steps)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent f493571 commit 1707448

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,11 @@ jobs:
5353
fi
5454
echo "REGISTRY_HOST=${REGISTRY_IMAGE%%/*}" >> $GITHUB_ENV
5555
56-
- name: Allow insecure registry
57-
run: |
58-
echo "{\"insecure-registries\":[\"${REGISTRY_HOST}\"]}" | sudo tee /etc/docker/daemon.json
59-
sudo systemctl restart docker
60-
61-
- name: Write Buildx config
62-
run: |
63-
cat > buildkitd.toml <<EOF
64-
[registry."${REGISTRY_HOST}"]
65-
http = true
66-
insecure = true
67-
EOF
68-
6956
- name: Set up QEMU
7057
uses: docker/setup-qemu-action@v3
7158

7259
- name: Set up Docker Buildx
7360
uses: docker/setup-buildx-action@v3
74-
with:
75-
buildkitd-config: buildkitd.toml
7661

7762
- name: Login to registry
7863
uses: docker/login-action@v3

0 commit comments

Comments
 (0)