From 5d5b9f290e8dbc236cd70ba476a5769c0fbda25e Mon Sep 17 00:00:00 2001 From: kunish Date: Wed, 30 Aug 2023 00:44:10 +0800 Subject: [PATCH] fix: repository name should be lowercase --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20aac26..13e3011 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -95,6 +95,6 @@ jobs: platforms: linux/amd64 push: true tags: | - ghcr.io/${{ github.repository }}:latest + ghcr.io/metacubex/metacubexd:latest cache-from: type=gha cache-to: type=gha,mode=max