Compare commits

..

3 Commits

Author SHA1 Message Date
Pihkaal
5684915680 chore: update gitea url
All checks were successful
Build and Push Docker Image / build (push) Successful in 13s
2026-02-11 15:00:45 +01:00
Pihkaal
86951df1e0 fix(gitea): use token instead of password
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2025-12-21 20:14:06 +01:00
Pihkaal
791c4cc908 feat(docker): rename container
All checks were successful
Build and Push Docker Image / build (push) Successful in 11s
2025-12-21 00:06:08 +01:00
2 changed files with 6 additions and 5 deletions

View File

@@ -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_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

View File

@@ -1,6 +1,7 @@
services:
lilou-cat:
image: git.pihkaal.xyz/pihkaal/lilou-cat:latest
server:
container_name: lilou-cat
image: git.pihkaal.me/pihkaal/lilou-cat:latest
networks:
- web
labels: