mirror of
https://gitlab.com/qwerinope/qweribot.git
synced 2026-02-04 11:06:59 +01:00
add iteminfo command, change name of project to qweribot, fix ghcr publish url, add proper README.md
This commit is contained in:
4
.github/workflows/docker-pocketbase.yml
vendored
4
.github/workflows/docker-pocketbase.yml
vendored
@@ -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 }}"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Build and Publish dogbot docker image
|
||||
name: Build and Publish qweribot docker image
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -20,8 +20,8 @@ jobs:
|
||||
- name: Docker Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
file: Dockerfile.dogbot
|
||||
file: Dockerfile.qweribot
|
||||
context: .
|
||||
push: true
|
||||
tags: ghcr.io/qweri0p/dogbot-bot:latest
|
||||
tags: ghcr.io/qwerinope/qweribot-bot:latest
|
||||
secrets: "github_token=${{ secrets.GITHUB_TOKEN }}"
|
||||
Reference in New Issue
Block a user