From 7b6e617ead35946ab9572383b76b129d693dba70 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Sat, 22 Feb 2025 04:05:57 -0700 Subject: [PATCH] ci: update labels --- .github/workflows/deploy-docker-all.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy-docker-all.yml b/.github/workflows/deploy-docker-all.yml index d395931a..7cd40bb2 100644 --- a/.github/workflows/deploy-docker-all.yml +++ b/.github/workflows/deploy-docker-all.yml @@ -61,7 +61,7 @@ on: # # IMAGE_GHCR_AUTHOR: - description: '🪪 Image Author' + description: '🪪 ghcr.io › Image Author' required: true default: 'TheBinaryNinja' type: string @@ -73,7 +73,7 @@ on: # # IMAGE_GHCR_USERNAME: - description: '🪪 ghcr.io Username' + description: '🪪 ghcr.io › Username' required: true default: 'TheBinaryNinja' type: string @@ -86,7 +86,7 @@ on: # # IMAGE_DOCKERHUB_AUTHOR: - description: '🪪 Image Author' + description: '🪪 Dockerhub › Image Author' required: true default: 'TheBinaryNinja' type: string @@ -99,7 +99,7 @@ on: # # IMAGE_DOCKERHUB_USERNAME: - description: '🪪 Dockerhub Username' + description: '🪪 Dockerhub › Username' required: true default: 'thebinaryninja' type: string @@ -112,7 +112,7 @@ on: # # IMAGE_GITEA_AUTHOR: - description: '🪪 Image Author' + description: '🪪 Gitea › Image Author' required: true default: 'BinaryNinja' type: string @@ -124,7 +124,7 @@ on: # # IMAGE_GITEA_USERNAME: - description: '🪪 Gitea Username' + description: '🪪 Gitea › Username' required: true default: 'aetherinox' type: string