🚜 Fix ghcr url in release action

This commit is contained in:
SweetMNM 2022-06-07 21:45:29 +03:00
parent 4735e72f12
commit 120a19d2ba
1 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@ jobs:
with:
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/meeb/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag }}
# cache-from: type=registry,ref=ghcr.io/meeb/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag }}
# cache-to: type=inline
tags: ghcr.io/${{ github.actor }}/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag }}
cache-from: type=registry,ref=ghcr.io/${{ github.actor }}/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag }}
cache-to: type=inline
build-args: |
IMAGE_NAME=${{ env.IMAGE_NAME }}