remove unused line

Signed-off-by: Jeff <jeffzhang@yunify.com>
This commit is contained in:
Jeff
2021-06-23 16:38:24 +00:00
committed by yuswift
parent 5e37da3d39
commit decd620b54
2 changed files with 1 additions and 2 deletions

View File

@@ -39,4 +39,4 @@ jobs:
if: github.event_name == 'push'
run: |
echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
REPO=kubespheredev TAG=${GITHUB_REF#refs/heads/} make container-cross-push
REPO=kubespheredev TAG="${GITHUB_REF#refs/heads/}-multiarch" make container-cross-push

View File

@@ -31,7 +31,6 @@ WORKDIR /workspace
ADD . /workspace/
RUN make ks-apiserver
RUN pwd && ls -alh
RUN mv /workspace/bin/cmd/ks-apiserver ${OUTDIR}/usr/local/bin/
##############