Skip to content

Commit 7714c3f

Browse files
authored
update:修复自动编译bug (#755)
1 parent 768b9fb commit 7714c3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
file: Dockerfile-server
5959
push: true
6060
tags: |
61-
${{ env.IS_VERSION == 'true' && format('ghcr.io/{0}:server_{1}\nghcr.io/{0}:server_latest', github.repository, env.VERSION) || format('ghcr.io/{0}:server_latest', github.repository) }}
61+
${{ env.IS_VERSION == 'true' && format('ghcr.io/{0}:server_{1},ghcr.io/{0}:server_latest', github.repository, env.VERSION) || format('ghcr.io/{0}:server_latest', github.repository) }}
6262
platforms: linux/amd64,linux/arm64
6363

6464
# 构建 manager-api 镜像
@@ -69,5 +69,5 @@ jobs:
6969
file: Dockerfile-web
7070
push: true
7171
tags: |
72-
${{ env.IS_VERSION == 'true' && format('ghcr.io/{0}:web_{1}\nghcr.io/{0}:web_latest', github.repository, env.VERSION) || format('ghcr.io/{0}:web_latest', github.repository) }}
72+
${{ env.IS_VERSION == 'true' && format('ghcr.io/{0}:web_{1},ghcr.io/{0}:web_latest', github.repository, env.VERSION) || format('ghcr.io/{0}:web_latest', github.repository) }}
7373
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)