Add registry

This commit is contained in:
YuCat 2024-05-05 19:24:32 +08:00
parent 0c75f9bcda
commit 6130d7016b

View File

@ -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