Merge pull request #2716 from brandond/fix_manfest

Fix manifest CI step
This commit is contained in:
Erik Wilson
2020-12-16 10:18:33 -07:00
committed by GitHub

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