trying new container name
All checks were successful
Build and Push Multi-Arch Docker Image / build-and-push (push) Successful in 13m15s

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-12-15 22:32:51 +01:00
parent b8ae4feb4f
commit ef7289f6d2

View File

@@ -38,8 +38,8 @@ jobs:
run: |
docker buildx build \
--platform linux/amd64,linux/arm64 \
-t ${{ env.REGISTRY_DOMAIN }}/${{ github.repository }}/${{ github.event.repository.name }}:latest \
-t ${{ env.REGISTRY_DOMAIN }}/${{ github.repository }}/${{ github.event.repository.name }}:${{ env.MAJOR }} \
-t ${{ env.REGISTRY_DOMAIN }}/${{ github.repository }}/${{ github.event.repository.name }}:${{ env.MAJOR_MINOR }} \
-t ${{ env.REGISTRY_DOMAIN }}/${{ github.repository }}/${{ github.event.repository.name }}:${{ env.VERSION }} \
-t ${{ env.REGISTRY_DOMAIN }}/${{ github.repository }}:latest \
-t ${{ env.REGISTRY_DOMAIN }}/${{ github.repository }}:${{ env.MAJOR }} \
-t ${{ env.REGISTRY_DOMAIN }}/${{ github.repository }}:${{ env.MAJOR_MINOR }} \
-t ${{ env.REGISTRY_DOMAIN }}/${{ github.repository }}:${{ env.VERSION }} \
--push .