Add environment variables for registry and image name in deployment workflow
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -1,6 +1,9 @@
|
|||||||
name: Deploy ChatGPT-Discord-Bot
|
name: Deploy ChatGPT-Discord-Bot
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
env:
|
||||||
|
REGISTRY: ghcr.io
|
||||||
|
IMAGE_NAME: ${{ github.repository }}
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: quocanh
|
runs-on: quocanh
|
||||||
|
|||||||
Reference in New Issue
Block a user