From 4aabd2a3ea8efe724fdaaa16237c5d0296b99e91 Mon Sep 17 00:00:00 2001 From: sautner <12866519+gsautner@users.noreply.github.com> Date: Thu, 14 Dec 2023 07:04:41 -0300 Subject: [PATCH] misc: using login registry from helm --- .github/workflows/release.yml | 11 ++++------- charts/cryptpad/Chart.yaml | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1b0acfc..f61b4c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,13 +99,10 @@ jobs: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_RELEASE_NAME_TEMPLATE: "cryptpad-helm-{{ .Version }}" - - name: Login to GitHub Container Registry - uses: docker/login-action@v1 - with: - registry: ghcr.io - username: ${{ github.actor }} - password: ${{ secrets.GITHUB_TOKEN }} - + - name: Login to container registry + run: | + echo ${{ secrets.GITHUB_TOKEN }} | helm registry login ghcr.io --username ${{ github.actor }} --password-stdin + - name: Push Charts to GHCR run: | shopt -s nullglob diff --git a/charts/cryptpad/Chart.yaml b/charts/cryptpad/Chart.yaml index f201662..0583fb5 100644 --- a/charts/cryptpad/Chart.yaml +++ b/charts/cryptpad/Chart.yaml @@ -21,7 +21,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.17-Beta.6 +version: 0.0.17-Beta.13 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to