Goodsmileduck / helm-push-action

This action package a helm chart and publish it to your chartmuseum.
10 stars 23 forks source link

don't seem to work anymore #8

Closed unixfox closed 3 years ago

unixfox commented 3 years ago
Build container for action use: '/home/runner/work/_actions/goodsmileduck/helm-push-action/v2/Dockerfile'.
  /usr/bin/docker build -t cc4956:a627d6465a3542b0b40f7410c358014c -f "/home/runner/work/_actions/goodsmileduck/helm-push-action/v2/Dockerfile" "/home/runner/work/_actions/goodsmileduck/helm-push-action/v2"
  Sending build context to Docker daemon  8.192kB

  Step 1/10 : FROM plugins/base:linux-amd64
  linux-amd64: Pulling from plugins/base
  801bfaa63ef2: Pulling fs layer
  77ec1754cd57: Pulling fs layer
  77ec1754cd57: Verifying Checksum
  77ec1754cd57: Download complete
  801bfaa63ef2: Verifying Checksum
  801bfaa63ef2: Download complete
  801bfaa63ef2: Pull complete
  77ec1754cd57: Pull complete
  Digest: sha256:45a8416a236154c98890e02bc0a1dd190cc31c07694b8a80e6f48d5429b01a55
  Status: Downloaded newer image for plugins/base:linux-amd64
   ---> c8dd10ec13bf
  Step 2/10 : LABEL maintainer="Serebrennikov Stanislav <goodsmileduck@gmail.com>"   org.label-schema.name="helm chart push"   org.label-schema.vendor="Serebrennikov Stanislav"   org.label-schema.schema-version="1.0"
   ---> Running in e8ddc5451f21
  Removing intermediate container e8ddc5451f21
   ---> b34d52f19751
  Step 3/10 : ENV HELM_VERSION v2.16.1
   ---> Running in b2a803ebac96
  Removing intermediate container b2a803ebac96
   ---> 8a483a4e5d9b
  Step 4/10 : ENV HELM_PLUGIN_PUSH_VERSION v0.7.1
   ---> Running in ea348d1aa463
  Removing intermediate container ea348d1aa463
   ---> 7bfc5a96e44c
  Step 5/10 : ENV HELM_HOME=/root/.helm
   ---> Running in ca0aff8c7ab2
  Removing intermediate container ca0aff8c7ab2
   ---> ac60ec283e13
  Step 6/10 : RUN apk add curl tar bash
   ---> Running in cf6bec26a25c
  fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz
  fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz
  fetch http://nl.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
  (1/9) Installing ncurses-terminfo-base (6.2_p20200523-r0)
  (2/9) Installing ncurses-libs (6.2_p20200523-r0)
  (3/9) Installing readline (8.0.4-r0)
  (4/9) Installing bash (5.0.17-r0)
  Executing bash-5.0.17-r0.post-install
  (5/9) Installing nghttp2-libs (1.41.0-r0)
  (6/9) Installing libcurl (7.69.1-r3)
  (7/9) Installing curl (7.69.1-r3)
  (8/9) Installing libacl (2.2.53-r0)
  (9/9) Installing tar (1.32-r1)
  Executing busybox-1.31.1-r19.trigger
  OK: 10 MiB in 25 packages
  Removing intermediate container cf6bec26a25c
   ---> 492adfb569a0
  Step 7/10 : RUN set -ex     && curl -sSL https://storage.googleapis.com/kubernetes-helm/helm-${HELM_VERSION}-linux-amd64.tar.gz | tar xz     && mv linux-amd64/helm /usr/local/bin/helm     && rm -rf linux-amd64     && helm init --client-only
   ---> Running in 9d2564ff5f1a
  + curl -sSL storage.googleapis.com/kubernetes-helm/helm-v2.16.1-linux-amd64.tar.gz
  + tar xz
  + mv linux-amd64/helm /usr/local/bin/helm
  + rm -rf linux-amd64
  + helm init --client-only
  Creating /root/.helm 
  Creating /root/.helm/repository 
  Creating /root/.helm/repository/cache 
  Creating /root/.helm/repository/local 
  Creating /root/.helm/plugins 
  Creating /root/.helm/starters 
  Creating /root/.helm/cache/archive 
  Creating /root/.helm/repository/repositories.yaml 
  Adding stable repo with URL: kubernetes-charts.storage.googleapis.com 
  Error: error initializing: Looks like "kubernetes-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: Failed to fetch kubernetes-charts.storage.googleapis.com/index.yaml : 403 Forbidden
  The command '/bin/sh -c set -ex     && curl -sSL https://storage.googleapis.com/kubernetes-helm/helm-${HELM_VERSION}-linux-amd64.tar.gz | tar xz     && mv linux-amd64/helm /usr/local/bin/helm     && rm -rf linux-amd64     && helm init --client-only' returned a non-zero code: 1

  Warning: Docker build failed with exit code 1, back off 7.615 seconds before retry.
  /usr/bin/docker build -t cc4956:a627d6465a3542b0b40f7410c358014c -f "/home/runner/work/_actions/goodsmileduck/helm-push-action/v2/Dockerfile" "/home/runner/work/_actions/goodsmileduck/helm-push-action/v2"
unixfox commented 3 years ago

@Goodsmileduck I think you may have to merge my PR in helm3 branch. I just opened another one for helm2 here: https://github.com/Goodsmileduck/helm-push-action/pull/10

Goodsmileduck commented 3 years ago

@unixfox all done, tags were updated, you can retry action