mirror of https://github.com/jumpserver/jumpserver
fix: 修正 actions 测试构建任务
parent
edd65f965b
commit
6f4082f800
|
@ -19,8 +19,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: false
|
push: false
|
||||||
tags: jumpserver/core:test
|
tags: jumpserver/core-ce:test
|
||||||
file: Dockerfile
|
file: Dockerfile-ce
|
||||||
build-args: |
|
build-args: |
|
||||||
APT_MIRROR=http://deb.debian.org
|
APT_MIRROR=http://deb.debian.org
|
||||||
PIP_MIRROR=https://pypi.org/simple
|
PIP_MIRROR=https://pypi.org/simple
|
||||||
|
|
Loading…
Reference in New Issue