feat: Set labels when building docker image

This commit is contained in:
Gavin Mogan
2024-04-15 07:19:53 -07:00
committed by GitHub
parent a69270eeef
commit 8ef27ca32a
3 changed files with 17 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ on:
branches: [master]
env:
REGISTRY_IMAGE: ghcr.io/plankanban/planka
REGISTRY_IMAGE: ghcr.io/${{ github.repository_owner }}/${{ github.repository }}
jobs:
build: