Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Dec 16, 2024
1 parent bf3f66e commit 122f635
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN echo ${EAWS_ENDPOINT}
RUN echo ${EAWS_ACCESS_KEY_ID}
RUN echo ${EAWS_SECRET_ACCESS_KEY}

RUN --mount=type=secret,id=AWS_ENDPOINT,env=AWS_ENDPOINT \
--mount=type=secret,id=AWS_ACCESS_KEY_ID,env=AWS_ACCESS_KEY_ID \
--mount=type=secret,id=AWS_SECRET_ACCESS_KEY,env=AWS_SECRET_ACCESS_KEY \
RUN --mount=type=secret,id=AWS_ENDPOINT \
--mount=type=secret,id=AWS_ACCESS_KEY_ID \
--mount=type=secret,id=AWS_SECRET_ACCESS_KEY \
bash ./ci.sh

0 comments on commit 122f635

Please sign in to comment.