Skip to content

Commit

Permalink
Merge pull request #305 from C-Pro/ghcr
Browse files Browse the repository at this point in the history
move to ghcr.io
  • Loading branch information
C-Pro authored Dec 28, 2023
2 parents 4431fe5 + 2624978 commit 7a0e4c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nayn_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@ jobs:
name: vldc-hq/vldc-bot/bot
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: docker.pkg.github.com
registry: ghcr.io
dockerfile: compose/prod/Dockerfile
tag_names: true
- name: Trigger deploy
env:
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nayn_bot_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: vldc-hq/vldc-bot/bot_dev
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: docker.pkg.github.com
registry: ghcr.io
dockerfile: compose/prod/Dockerfile
- name: Trigger deploy
env:
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[[description]]
name = "vldc-bot"
version = "0.8.4"
version = "0.8.5"
description = "VLDC nyan bot ^_^"
authors = [
#tg
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.1"

services:
bot:
image: docker.pkg.github.com/vldc-hq/vldc-bot/bot:latest
image: ghcr.io/vldc-hq/vldc-bot/bot:latest
depends_on:
- mongo
env_file:
Expand Down

0 comments on commit 7a0e4c2

Please sign in to comment.