Add listener closing when the target set has changed.
All checks were successful
CI / build (push) Successful in 22m46s

This commit is contained in:
Fabian Stamm
2023-07-13 11:53:51 +02:00
parent c90a8fff4a
commit 41d10c5c94
10 changed files with 34 additions and 35 deletions

View File

@ -19,7 +19,7 @@ docker:
FROM alpine
RUN apk add --no-cache libssl3
COPY +build/rustocat rustocat
ENTRYPOINT ["rustocat"]
ENTRYPOINT ["./rustocat"]
ARG EARTHLY_TARGET_TAG
ARG TAG=$EARTHLY_TARGET_TAG
SAVE IMAGE --push docker.hibas123.de/rustocat:$TAG
SAVE IMAGE --push git.hibas.dev/hibas123/rustocat:$TAG