mirror of
https://github.com/kou029w/megabit-os.git
synced 2025-01-18 16:07:58 +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
|
||||
- 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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue