add iteminfo command, change name of project to qweribot, fix ghcr publish url, add proper README.md

This commit is contained in:
2025-04-05 17:54:22 +02:00
parent 416ae34317
commit 564ead12c6
15 changed files with 164 additions and 99 deletions

View File

@@ -1,4 +1,4 @@
name: Build and Publish pocketbase docker image
name: Build and Publish qweribot-pocketbase docker image
on:
push:
@@ -23,5 +23,5 @@ jobs:
file: Dockerfile.pocketbase
context: .
push: true
tags: ghcr.io/qweri0p/dogbot-pocketbase:latest
tags: ghcr.io/qwerinope/qweribot-pocketbase:latest
secrets: "github_token=${{ secrets.GITHUB_TOKEN }}"