Try using repo info from the github object

This commit is contained in:
Nikolai Rodionov 2023-01-18 12:34:05 +01:00
parent f18bf4d5d7
commit c278056a2c

View File

@ -44,7 +44,7 @@ jobs:
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
push: true push: true
tags: | tags: |
ghcr.io/${{ env.GITHUB_REPOSITORY }}:${{ env.TAG }} ghcr.io/${{ github.action_repository }}:${{ env.TAG }}
labels: | labels: |
action_id=${{ github.action }} action_id=${{ github.action }}
action_link=${{ env.LINK }} action_link=${{ env.LINK }}