From 904420bec5bc0f9dbfdc802f3293be375d149a5a Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 1 Jan 2024 16:02:19 +0100 Subject: [PATCH] hmm --- .github/workflows/common.release.yaml | 7 +++++++ library/common/Chart.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/common.release.yaml b/.github/workflows/common.release.yaml index e3b76338..69a79266 100644 --- a/.github/workflows/common.release.yaml +++ b/.github/workflows/common.release.yaml @@ -60,6 +60,13 @@ jobs: shell: bash run: echo ${{ secrets.QUAY_TCCR_TOKEN }} | helm registry login -u ${{ secrets.QUAY_TCCR_USER }} --password-stdin quay.io + - name: Login to Quay option 2 + uses: docker/login-action@v1 + with: + registry: quay.io + username: ${{ secrets.QUAY_TCCR_USER }} + password: ${{ secrets.QUAY_TCCR_TOKEN }} + - name: Push Charts to Quay shell: bash run: | diff --git a/library/common/Chart.yaml b/library/common/Chart.yaml index c14c7328..96f9c0ae 100644 --- a/library/common/Chart.yaml +++ b/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 17.2.10 +version: 17.2.11