diff --git a/.drone.yml b/.drone.yml index f69cbfe9b..9544875f8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -103,7 +103,7 @@ steps: - sha512 draft: true files: - - _out/* + - _out/infrastructure-sidero/*/* when: event: - tag @@ -145,6 +145,6 @@ depends_on: - default --- kind: signature -hmac: 5d8ec3f1bc212c1998296bf013ea866a1579df266563bf1d99e2ffff5839c765 +hmac: 2e149f883fae864cd2b573775ebec2e997ad8ec2414b51fbc8995dc7758cec51 ... diff --git a/Dockerfile b/Dockerfile index 2714b14b7..9acb94a17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,7 +70,7 @@ RUN kustomize build config > /infrastructure-components.yaml \ FROM scratch AS release ARG TAG -COPY --from=release-build /infrastructure-components.yaml /infrastructure-sidero/${TAG}/components.yaml +COPY --from=release-build /infrastructure-components.yaml /infrastructure-sidero/${TAG}/infrastructure-components.yaml COPY --from=release-build /metadata.yaml /infrastructure-sidero/${TAG}/metadata.yaml COPY --from=release-build /cluster-template.yaml /infrastructure-sidero/${TAG}/cluster-template.yaml