Skip to content

Commit

Permalink
chore: Force rebuild staticfiles when build argocli image. (argoproj#…
Browse files Browse the repository at this point in the history
…10499)

Signed-off-by: 陈利飞 <[email protected]>
  • Loading branch information
hustclf authored Feb 11, 2023
1 parent ab178bb commit 897b06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ COPY --from=argo-ui ui/dist/app ui/dist/app
RUN cat .dockerignore >> .gitignore
RUN git status --porcelain | cut -c4- | xargs git update-index --skip-worktree

RUN --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build make dist/argo
RUN --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build STATIC_FILES=true make dist/argo

####################################################################################################

Expand Down

0 comments on commit 897b06a

Please sign in to comment.