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