Skip to content

Commit

Permalink
fix: don't run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
astr0n8t committed Aug 27, 2023
1 parent a144641 commit 7350d39
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ ARG TARGETARCH

RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o /dishook

# Run the tests in the container
FROM build-stage AS run-test-stage

# Deploy the application binary into a lean image
FROM gcr.io/distroless/base-debian11 AS build-release-stage

Expand Down

0 comments on commit 7350d39

Please sign in to comment.