diff --git a/.woodpecker/publish-helm-chart.yaml b/.woodpecker/publish-helm-chart.yaml index 564a66e..b3f2f89 100644 --- a/.woodpecker/publish-helm-chart.yaml +++ b/.woodpecker/publish-helm-chart.yaml @@ -12,7 +12,7 @@ steps: from_secret: GITEA_REGISTRY_TOKEN REGISTRY_USER: devops-bot commands: - - apt-get install curl gpg apt-transport-https --yes + - apt-get update && apt-get install curl gpg apt-transport-https --yes - sudo apt-get install curl gpg apt-transport-https --yes - curl -fsSL https://packages.buildkite.com/helm-linux/helm-debian/gpgkey | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null - curl -fsSL https://packages.buildkite.com/helm-linux/helm-debian/gpgkey | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null