diff --git a/Dockerfile b/Dockerfile index d262d87..6ec73aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ WORKDIR /var/app RUN CGO_ENABLED=0 go build -o app . FROM alpine:3.14 +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"] diff --git a/README.md b/README.md index e69de29..bdead4f 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# GitHub Actions Manual Workflow Approval + +Add this action to your workflow to get manual approval to continue.