Skip to content

Commit

Permalink
Fix images & releases
Browse files Browse the repository at this point in the history
  • Loading branch information
pomo-mondreganto committed Nov 17, 2023
1 parent 7654f65 commit 4c639e8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ archives:
- cmd
- internal
- pkg
- proto/go
- monitoring

- id: "client_env"
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ WORKDIR /app
COPY go.* ./
COPY cmd cmd
COPY internal internal
COPY proto/go proto/go
COPY pkg pkg
RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg/mod \
Expand Down
1 change: 0 additions & 1 deletion client_env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ WORKDIR /app
COPY go.* ./
COPY cmd cmd
COPY internal internal
COPY proto/go proto/go
COPY pkg pkg
RUN --mount=type=cache,target=/root/.cache/go-build \
--mount=type=cache,target=/go/pkg/mod \
Expand Down

0 comments on commit 4c639e8

Please sign in to comment.