fix: trim description

This commit is contained in:
Bastien Riviere 2024-05-03 18:13:26 +02:00
parent 75c5364025
commit 0b3943dc18
Signed by: babariviere
GPG key ID: 4E5F0839249F162E

View file

@ -15,7 +15,7 @@ on:
env: env:
MY_IMAGE_NAME: "${{ github.event.repository.name }}" # the name of the image produced by this build, matches repo names MY_IMAGE_NAME: "${{ github.event.repository.name }}" # the name of the image produced by this build, matches repo names
MY_IMAGE_DESC: "My Customized Universal Blue Image" MY_IMAGE_DESC: "Azure"
IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit IMAGE_REGISTRY: "ghcr.io/${{ github.repository_owner }}" # do not edit
jobs: jobs: