Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
SnskArora
3ef322c701
Updates for release 1.10.0 2025-05-27 01:32:20 +05:30
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ RUN go mod tidy
RUN CGO_ENABLED=0 go build -o app . RUN CGO_ENABLED=0 go build -o app .
FROM alpine:3.14 FROM alpine:3.14
LABEL org.opencontainers.image.source https://github.com/trstringer/manual-approval LABEL org.opencontainers.image.source=https://github.com/trstringer/manual-approval
RUN apk update && apk add ca-certificates RUN apk update && apk add ca-certificates
COPY --from=builder /var/app/app /var/app/app COPY --from=builder /var/app/app /var/app/app
CMD ["/var/app/app"] CMD ["/var/app/app"]

View file

@ -50,4 +50,4 @@ outputs:
description: The status of the approval ("approved" or "denied") description: The status of the approval ("approved" or "denied")
runs: runs:
using: docker using: docker
image: docker://ghcr.io/trstringer/manual-approval:1.9.1 image: docker://ghcr.io/trstringer/manual-approval:1.10.0