Skip to content

Commit

Permalink
ci: rename stage + remove unused env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
MikkySnow committed Jul 16, 2024
1 parent d935f6d commit a18179a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docker/tar.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,10 @@ RUN make build


############ Node binary for deb package
FROM compile-base as build-deb
FROM compile-base as build-tar

ARG BUILD_VERSION="v1.0.3"
ENV VERSION=${BUILD_VERSION}
ARG DEB_BIN_DIR=/usr/local/bin
ENV DEB_BIN_DIR=${DEB_BIN_DIR}
ARG DEB_LIB_DIR=/usr/lib
ENV DEB_LIB_DIR=${DEB_LIB_DIR}
ARG ENCLAVE_HOME=${DEB_LIB_DIR}
ARG ENCLAVE_HOME=${ENCLAVE_HOME}

WORKDIR /root

Expand Down

0 comments on commit a18179a

Please sign in to comment.