chore: update gitea url
All checks were successful
Build and Push Docker Image / build (push) Successful in 43s
All checks were successful
Build and Push Docker Image / build (push) Successful in 43s
This commit is contained in:
@@ -19,11 +19,11 @@ jobs:
|
|||||||
- name: Log in to DockerHub
|
- name: Log in to DockerHub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: git.pihkaal.xyz
|
registry: git.pihkaal.me
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
run: |
|
run: |
|
||||||
docker build -t git.pihkaal.xyz/pihkaal/lbf-bot:latest -f apps/discord-bot/Dockerfile .
|
docker build -t git.pihkaal.me/pihkaal/lbf-bot:latest -f apps/discord-bot/Dockerfile .
|
||||||
docker push git.pihkaal.xyz/pihkaal/lbf-bot:latest
|
docker push git.pihkaal.me/pihkaal/lbf-bot:latest
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ services:
|
|||||||
|
|
||||||
discord-bot:
|
discord-bot:
|
||||||
container_name: lbf-bot
|
container_name: lbf-bot
|
||||||
image: git.pihkaal.xyz/pihkaal/lbf-bot:latest
|
image: git.pihkaal.me/pihkaal/lbf-bot:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
|
|||||||
Reference in New Issue
Block a user