Update some stuff, now everything must work

This commit is contained in:
Nikolai Rodionov
2023-01-18 13:28:57 +01:00
parent ce0a54a08b
commit 18fd9d827b
6 changed files with 56 additions and 8 deletions

View File

@ -41,7 +41,8 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
ghcr.io/${{ github.action_repository }}:stable
ghcr.io/${{ github.repository }}:stable
ghcr.io/${{ github.repository }}:latest
labels: |
action_id=${{ github.action }}
action_link=${{ env.LINK }}

View File

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