This commit is contained in:
Kjeld Schouten
2024-01-01 16:02:19 +01:00
parent 4a34ab734e
commit 904420bec5
2 changed files with 8 additions and 1 deletions

View File

@@ -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: |