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"
|
||||
|
||||
env:
|
||||
BUILD_TAG: baidunetdisk-docker:test
|
||||
BUILD_TAG: localhost:5000/yucatovo/baidunetdisk-docker:test
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@ -20,6 +20,11 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
platforms: ["linux/amd64", "linux/arm64"]
|
||||
services:
|
||||
registry:
|
||||
image: registry:3.0.0-alpha.1
|
||||
ports:
|
||||
- 5000:5000
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user