This commit is contained in:
parent
720bd59a83
commit
6a9b5c2f6a
@ -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!"
|
||||
Loading…
x
Reference in New Issue
Block a user