fix: repository name should be lowercase

This commit is contained in:
kunish 2023-08-30 00:44:10 +08:00
parent 5ce380808f
commit 5d5b9f290e
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -95,6 +95,6 @@ jobs:
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
tags: | tags: |
ghcr.io/${{ github.repository }}:latest ghcr.io/metacubex/metacubexd:latest
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max