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

This commit is contained in:
Junhui Chen 2025-07-14 13:07:52 +08:00
parent b8049246de
commit 023ada63cd

View File

@ -25,7 +25,7 @@ jobs:
run: |
echo "Building the Docker image..."
# tag_name=${{ gitea.ref_name }}
# tag_name=latest
tag_name=latest
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!"