Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Update Pod Init
Browse files Browse the repository at this point in the history
Change Log:
* Minor change
  • Loading branch information
dabumana committed Jul 21, 2023
1 parent 8bae2e7 commit 9e43506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN cp ${APP_HOME}/source/src/bin/caos/caos /bin
RUN rm -rf ${APP_HOME}
# Setup argument variables
ARG KEY
ARG ZERO-KEY
ARG ZKEY
# Initialize environment variables
ENV API_KEY $KEY
ENV ZERO_API_KEY $ZERO-KEY
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ vendor:
make -C ./src vendor

build-pod:
docker build --build-arg KEY=${KEY} --pull --rm -f "ci/service/Dockerfile" -t ${APP}:latest ${CONFIG_PATH}
docker build --build-arg KEY=${KEY} --build-arg ZKEY=${ZKEY} --pull --rm -f "ci/service/Dockerfile" -t ${APP}:latest ${CONFIG_PATH}

run-pod: build-pod

Expand Down

0 comments on commit 9e43506

Please sign in to comment.