Merge pull request #8 from cloudmaker97/feature/docker-registry

This commit is contained in:
Dennis Heinrich 2024-11-26 13:07:34 +01:00 committed by GitHub
commit d3061d4178
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -3,14 +3,14 @@ name: Docker Build
on: on:
push: push:
branches: branches:
- master - main
pull_request: pull_request:
branches: branches:
- master - main
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io
IMAGE_NAME: ls25discord IMAGE_NAME: ${{ github.repository }}
jobs: jobs:
build-and-push: build-and-push:

View file

@ -1,5 +1,5 @@
{ {
"name": "ls25discord", "name": "ls25-discord-bot",
"version": "0.1.3", "version": "0.1.3",
"description": "A simple discord bot for farming simulator 25", "description": "A simple discord bot for farming simulator 25",
"main": "source/Main.ts", "main": "source/Main.ts",