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