chore: add Docker configuration and Gitea CI/CD workflow
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled

This commit is contained in:
2026-02-24 11:26:38 +08:00
parent 0c6c0ae1ac
commit dad28881ed

View File

@@ -14,7 +14,7 @@ on:
env:
REGISTRY: code.littlelan.cn
IMAGE_NAME: ${{ tolower(github.repository_owner) }}/carrotskin
IMAGE_NAME: carrotskin/carrotskin
jobs:
build-and-push:
@@ -32,8 +32,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ secrets.GIT_USERNAME }}
password: ${{ secrets.GIT_TOKEN }}
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- name: Extract metadata for Docker
id: meta