mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Fix manifest CI step
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
parent
1230d7b7df
commit
d84bf75c3d
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user