Add environment variables for registry and image name in deployment workflow

This commit is contained in:
2025-12-02 20:45:12 +07:00
parent 0c5c27a660
commit 6634ea7ad6

View File

@@ -1,6 +1,9 @@
name: Deploy ChatGPT-Discord-Bot
on:
workflow_dispatch:
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
jobs:
deploy:
runs-on: quocanh