Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
Update the docker image name from `ghcr.io/qase-tms/qase` to `ghcr.io/qase-tms/qase-cli`
  • Loading branch information
gibiw committed Jun 5, 2024
1 parent cae585d commit 0e6184a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build -a -ldflags="-X githu

FROM --platform=${TARGETPLATFORM} alpine:3.12 as final

COPY --from=builder /qli /qli
COPY --from=builder /qli /usr/local/bin/qli

ENTRYPOINT ["/qli"]
ENTRYPOINT ["qli"]

0 comments on commit 0e6184a

Please sign in to comment.