Fix manifest CI step

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson 2020-12-16 00:59:25 -08:00
parent 1230d7b7df
commit d84bf75c3d

View File

@ -2,6 +2,8 @@ FROM golang:1.15.5-alpine3.12
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
RUN apk -U --no-cache add bash
ARG DOCKER_USERNAME
ENV DOCKER_USERNAME $DOCKER_USERNAME