mirror of
https://github.com/kou029w/megabit-os.git
synced 2025-01-19 00:08:00 +00:00
change registry docker.pkg.github.com→ghcr.io
This commit is contained in:
parent
645a3c1cff
commit
b2e7574170
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -9,6 +9,6 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: sudo apt-get update
|
- run: sudo apt-get update
|
||||||
- run: sudo apt-get install -y qemu-user-static
|
- 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: bin/build
|
||||||
- run: docker-compose push
|
- run: docker-compose push
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
cd -- "$(dirname -- "$0")/.."
|
cd -- "$(dirname -- "$0")/.."
|
||||||
set -eux
|
set -eux
|
||||||
version="$(bin/version)"
|
version="$(bin/version)"
|
||||||
bin/import "${version}" docker.pkg.github.com/kou029w/yama/minirootfs
|
bin/import "${version}" ghcr.io/kou029w/yama/minirootfs
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
mkdir dist
|
mkdir dist
|
||||||
bin/download "${version}" dist
|
bin/download "${version}" dist
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
minirootfs:
|
minirootfs:
|
||||||
image: docker.pkg.github.com/kou029w/yama/minirootfs
|
image: ghcr.io/kou029w/yama/minirootfs
|
||||||
volumes:
|
volumes:
|
||||||
- ./cache:/etc/apk/cache
|
- ./cache:/etc/apk/cache
|
||||||
- ./apkovl/etc/apk/repositories:/etc/apk/repositories
|
- ./apkovl/etc/apk/repositories:/etc/apk/repositories
|
||||||
|
|
Loading…
Add table
Reference in a new issue