Skip to content

Commit

Permalink
change default
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-alt-lulz committed Jan 30, 2024
1 parent 028ef3c commit b986d08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/load_simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- .github/workflows/load_simulator.yml
- apps/microservices/load_simulator/**
- docker/microservices/load_simulator/**
branches:
- main

Expand Down
3 changes: 2 additions & 1 deletion docker/microservices/load_simulator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ARG GOCACHE
ARG GOOS
ARG GOARCH
# manage dependencies
COPY . .
COPY apps/microservices/load_simulator ./

RUN --mount=type=cache,target=${GOMODCACHE} go mod download
COPY . .

Expand Down

0 comments on commit b986d08

Please sign in to comment.