From 6130d7016ba311b43bae18321548cc399ed6e749 Mon Sep 17 00:00:00 2001 From: YuCat <66810215+YuCat-OVO@users.noreply.github.com> Date: Sun, 5 May 2024 19:24:32 +0800 Subject: [PATCH] Add registry --- .github/workflows/test.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7940ab0..e84bd84 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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