change registry docker.pkg.github.com→ghcr.io

This commit is contained in:
Nebel 2021-07-17 13:16:56 +09:00
parent 645a3c1cff
commit b2e7574170
3 changed files with 3 additions and 3 deletions

View file

@ -9,6 +9,6 @@ jobs:
- uses: actions/checkout@v2
- run: sudo apt-get update
- run: sudo apt-get install -y qemu-user-static
- run: docker login docker.pkg.github.com -u "${GITHUB_ACTOR}" -p "${{ github.token }}"
- run: docker login ghcr.io -u "${GITHUB_ACTOR}" -p "${{ github.token }}"
- run: bin/build
- run: docker-compose push

View file

@ -5,7 +5,7 @@
cd -- "$(dirname -- "$0")/.."
set -eux
version="$(bin/version)"
bin/import "${version}" docker.pkg.github.com/kou029w/yama/minirootfs
bin/import "${version}" ghcr.io/kou029w/yama/minirootfs
rm -rf dist
mkdir dist
bin/download "${version}" dist

View file

@ -1,7 +1,7 @@
version: "3"
services:
minirootfs:
image: docker.pkg.github.com/kou029w/yama/minirootfs
image: ghcr.io/kou029w/yama/minirootfs
volumes:
- ./cache:/etc/apk/cache
- ./apkovl/etc/apk/repositories:/etc/apk/repositories