Skip to content

Commit

Permalink
debug CI WIF
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal-Delange committed Jan 3, 2025
1 parent 6b6ac6d commit 3743581
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: Release Charts

on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
on: [pull_request]
# on:
# push:
# # tags:
# # - "[0-9]+.[0-9]+.[0-9]+"
# branches:
# - main

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down Expand Up @@ -45,7 +48,7 @@ jobs:
- name: Login to artifact registry
run: |
cd kubernetes
cat ${{ steps.auth.outputs.access_token }} | helm registry login -u oauth2accesstoken --password-stdin https://${{vars.ARTIFACT_REGISTRY_HOST_NAME}}
echo "${{ steps.auth.outputs.access_token }}" | helm registry login -u oauth2accesstoken --password-stdin ${{vars.ARTIFACT_REGISTRY_HOST_NAME}}
- name: Prepare YQ
uses: dcarbone/[email protected]
Expand Down

0 comments on commit 3743581

Please sign in to comment.