Skip to content

Commit

Permalink
Subida de charts
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorcajas committed Dec 19, 2024
1 parent 0a84a3d commit d0f9dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
- name: IBM Cloud Login
run: oc login --token={{ secrets.IBM_LOGIN_TOKEN }} --server={{ secrets.IBM_SERVER_LOGIN }}
run: oc login --server={{ secrets.IBM_SERVER_LOGIN }} --token={{ secrets.IBM_LOGIN_TOKEN }}

- name: Login to IBM Container Registry
run: ibmcloud cr login -r eu.icr.io/acajas-cr-namespace
Expand Down

0 comments on commit d0f9dd8

Please sign in to comment.