From 0b3943dc18fc7079c6168fe9ae09e34fe04ef826 Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Fri, 3 May 2024 18:13:26 +0200 Subject: [PATCH] fix: trim description --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ea733a..597a37d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ on: env: 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 jobs: