chore: update gitea url
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
This commit is contained in:
@@ -19,11 +19,11 @@ jobs:
|
||||
- name: Log in to Gitea Container Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: git.pihkaal.xyz
|
||||
registry: git.pihkaal.me
|
||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
|
||||
- name: Build and push Docker image
|
||||
run: |
|
||||
docker build -t git.pihkaal.xyz/pihkaal/lilou-cat:latest .
|
||||
docker push git.pihkaal.xyz/pihkaal/lilou-cat:latest
|
||||
docker build -t git.pihkaal.me/pihkaal/lilou-cat:latest .
|
||||
docker push git.pihkaal.me/pihkaal/lilou-cat:latest
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
server:
|
||||
container_name: lilou-cat
|
||||
image: git.pihkaal.xyz/pihkaal/lilou-cat:latest
|
||||
image: git.pihkaal.me/pihkaal/lilou-cat:latest
|
||||
networks:
|
||||
- web
|
||||
labels:
|
||||
|
||||
Reference in New Issue
Block a user