mirror of
https://github.com/cloudmaker97/FS25-Discord-Bot.git
synced 2025-12-06 00:18:34 +00:00
Changed build configuration
This commit is contained in:
parent
502ce76271
commit
e9c0d47588
1 changed files with 2 additions and 2 deletions
4
.github/workflows/docker-build.yml
vendored
4
.github/workflows/docker-build.yml
vendored
|
|
@ -9,8 +9,8 @@ on:
|
|||
- master
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io # Change to your container registry if not GitHub's
|
||||
IMAGE_NAME: my-image-name # Replace with the name of your image
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ls25discord
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
|
|
|||
Loading…
Reference in a new issue