tag
All checks were successful
Prod Deploy / Explore-Gitea-Actions (push) Successful in 25s

This commit is contained in:
Junhui Chen 2025-07-14 13:06:21 +08:00
parent 720bd59a83
commit 6a9b5c2f6a

View File

@ -24,7 +24,9 @@ jobs:
- name: Build Docker Image
run: |
echo "Building the Docker image..."
# replace / to -
tag_name=${{ gitea.ref_name }}
tag_name=${tag_name//\//-}
docker build -t docker.fairclip.cn/memowake/memowake-front:${tag_name} .
docker push docker.fairclip.cn/memowake/memowake-front:${tag_name}
echo "Docker image built successfully!"