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 6cc82c4 commit 1eef4d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
run: oc login --server=${{ secrets.IBM_SERVER_LOGIN }} --token=${{ secrets.IBM_LOGIN_TOKEN }}

- name: IBM Cloud Login
run: ibmcloud login --apikey ${{ secrets.APIKEY_IBM }}
run: |
ibmcloud login --apikey ${{ secrets.APIKEY_IBM }} -r eu-gb
ibmcloud target -g Stemdo_Sandbox
- name: Instalar plugin CR
run: ibmcloud plugin install container-registry
Expand Down

0 comments on commit 1eef4d2

Please sign in to comment.