We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c3098 commit 3283f6bCopy full SHA for 3283f6b
1 file changed
.github/workflows/deploy.yml
@@ -10,9 +10,10 @@ jobs:
10
- name: Checkout code
11
uses: actions/checkout@v3
12
13
- - name: Install IBM cloud CLI
+ - name: Install IBM cloud CLI and plugins
14
run: |
15
curl -fsSL https://clis.cloud.ibm.com/install/linux | sh
16
+ ibmcloud plugin install code-engine
17
ibmcloud login --apikey ${{secrets.IBM_CLOUD_API_KEY}} -r au-syd
18
19
- name: Build & Push Docker Image (User Service)
0 commit comments