Updates for release 1.10.0 (#183)
This commit is contained in:
parent
fb0bfeda5f
commit
a1f96b91e2
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ RUN go mod tidy
|
|||
RUN CGO_ENABLED=0 go build -o app .
|
||||
|
||||
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
|
||||
COPY --from=builder /var/app/app /var/app/app
|
||||
CMD ["/var/app/app"]
|
||||
|
|
|
|||
|
|
@ -50,4 +50,4 @@ outputs:
|
|||
description: The status of the approval ("approved" or "denied")
|
||||
runs:
|
||||
using: docker
|
||||
image: docker://ghcr.io/trstringer/manual-approval:1.9.1
|
||||
image: docker://ghcr.io/trstringer/manual-approval:1.10.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue