CI: Fix dev Build

This commit is contained in:
Daniel Hiller
2024-04-16 02:06:29 +02:00
parent 200ea3bbc0
commit 03825c3bed
3 changed files with 29 additions and 83 deletions

View File

@@ -40,5 +40,5 @@ jobs:
build-args: ALPINE_VERSION=${{ env.ALPINE_VERSION }}
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:base-latest
ghcr.io/${{ github.repository_owner }}/${{ github.repository }}:base-${{ env.ALPINE_VERSION }}
ghcr.io/${{ github.repository }}:base-latest
ghcr.io/${{ github.repository }}:base-${{ env.ALPINE_VERSION }}