ci: set ghcr user to organization

This commit is contained in:
2025-02-20 23:15:59 -07:00
parent fada7a6b5c
commit a2fabc8f4c

View File

@@ -51,7 +51,7 @@ on:
IMAGE_AUTHOR: IMAGE_AUTHOR:
description: '🪪 Image Author' description: '🪪 Image Author'
required: true required: true
default: 'Aetherinox' default: 'BinaryNinja'
type: string type: string
# # # #
@@ -114,7 +114,7 @@ on:
env: env:
IMAGE_NAME: ${{ github.event.inputs.IMAGE_NAME || 'tvapp2' }} IMAGE_NAME: ${{ github.event.inputs.IMAGE_NAME || 'tvapp2' }}
IMAGE_AUTHOR: ${{ github.event.inputs.IMAGE_AUTHOR || 'Aetherinox' }} IMAGE_AUTHOR: ${{ github.event.inputs.IMAGE_AUTHOR || 'BinaryNinja' }}
IMAGE_VERSION: ${{ github.event.inputs.IMAGE_VERSION || '1.0.0' }} IMAGE_VERSION: ${{ github.event.inputs.IMAGE_VERSION || '1.0.0' }}
IMAGE_GHCR_USERNAME: ${{ github.event.inputs.IMAGE_GHCR_USERNAME || 'Aetherinox' }} IMAGE_GHCR_USERNAME: ${{ github.event.inputs.IMAGE_GHCR_USERNAME || 'Aetherinox' }}
BOT_NAME_1: EuropaServ BOT_NAME_1: EuropaServ