Compare commits
1 commit
main
...
release-1.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ef322c701 |
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 .
|
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"]
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue