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