mirror of
https://github.com/YuCat-OVO/BaiduNetdisk-Docker
synced 2025-05-10 20:10:04 +08:00
Add registry
This commit is contained in:
parent
0c75f9bcda
commit
6130d7016b
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -11,7 +11,7 @@ on:
|
|||||||
- "**.md"
|
- "**.md"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_TAG: baidunetdisk-docker:test
|
BUILD_TAG: localhost:5000/yucatovo/baidunetdisk-docker:test
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
@ -20,6 +20,11 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platforms: ["linux/amd64", "linux/arm64"]
|
platforms: ["linux/amd64", "linux/arm64"]
|
||||||
|
services:
|
||||||
|
registry:
|
||||||
|
image: registry:3.0.0-alpha.1
|
||||||
|
ports:
|
||||||
|
- 5000:5000
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user