Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ef0xa committed Aug 23, 2024
1 parent 9012cb3 commit 2acdd1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ RUN --mount=type=cache,target=/root/.cache/go-build GOOS=linux GOARCH=amd64 go b
RUN --mount=type=cache,target=/root/.cache/go-build GOOS=linux GOARCH=amd64 go build -o configure-github-action ./cmd/configure-github-action

FROM ubuntu:latest AS runner
COPY --from=builder /app/runpodctl /app/runpodctl
COPY --from=builder /app/configure-github-action /app/configure-github-action
COPY --from=builder /app/runpodctl /usr/bin/runpodctl
COPY --from=builder /app/configure-github-action /usr/bin/configure-github-action
CMD runpodctl --help

0 comments on commit 2acdd1f

Please sign in to comment.