Commit d84bf75c authored by Brad Davidson's avatar Brad Davidson

Fix manifest CI step

parent 1230d7b7
...@@ -2,6 +2,8 @@ FROM golang:1.15.5-alpine3.12 ...@@ -2,6 +2,8 @@ FROM golang:1.15.5-alpine3.12
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/ COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
RUN apk -U --no-cache add bash
ARG DOCKER_USERNAME ARG DOCKER_USERNAME
ENV DOCKER_USERNAME $DOCKER_USERNAME ENV DOCKER_USERNAME $DOCKER_USERNAME
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment