feat: Set labels when building docker image

This commit is contained in:
Gavin Mogan
2024-04-15 16:19:53 +02:00
committed by GitHub
parent a69270eeef
commit 8ef27ca32a
3 changed files with 17 additions and 6 deletions
@@ -40,5 +40,5 @@ jobs:
build-args: ALPINE_VERSION=${{ env.ALPINE_VERSION }}
push: true
tags: |
ghcr.io/plankanban/planka:base-latest
ghcr.io/plankanban/planka:base-${{ env.ALPINE_VERSION }}
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:base-latest
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:base-${{ env.ALPINE_VERSION }}