Fix broken package-debug.yaml publish

This commit is contained in:
Sean Greenawalt 2025-05-10 05:32:19 -04:00
commit fdfd7c5508
Signed by: seang96
GPG key ID: 504F02B511005571

View file

@ -35,6 +35,7 @@ jobs:
file: ./StalwartSimpleLoginMiddleware/Dockerfile file: ./StalwartSimpleLoginMiddleware/Dockerfile
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
build-args: |
BUILD_CONFIGURATION=Debug BUILD_CONFIGURATION=Debug
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}