Use dockerhub for e2e and demo images (#10851)

This commit is contained in:
Ricardo Katz 2024-01-14 22:09:13 -03:00 committed by GitHub
parent 42627fb1bd
commit a9eb4dba40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 26 additions and 19 deletions

View file

@ -7,4 +7,4 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o authsvc authsvc.go
FROM gcr.io/distroless/base-debian11
COPY --from=builder /authsvc/authsvc /
EXPOSE 8080
ENTRYPOINT ["/authsvc"]
ENTRYPOINT ["/authsvc"]