fix kmsutils action bug
This commit is contained in:
parent
2d7ea756af
commit
dabea499ff
1 changed files with 1 additions and 1 deletions
2
.github/workflows/manually_build.yml
vendored
2
.github/workflows/manually_build.yml
vendored
|
|
@ -652,7 +652,7 @@ jobs:
|
|||
--build-arg https_proxy=${HTTPS_PROXY} \
|
||||
--build-arg JDK_URL=${JDK_URL} \
|
||||
-t $IMAGE:$TAG -f ./Dockerfile .
|
||||
docker push ${image}:${TAG}
|
||||
docker push ${IMAGE}:${TAG}
|
||||
docker tag ${IMAGE}:${TAG} 10.239.45.10/arda/${IMAGE}:${TAG}
|
||||
docker push 10.239.45.10/arda/${IMAGE}:${TAG}
|
||||
docker rmi -f ${IMAGE}:${TAG} 10.239.45.10/arda/${IMAGE}:${TAG}
|
||||
|
|
|
|||
Loading…
Reference in a new issue