Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
greyhoundforty authored Jun 12, 2024
1 parent b3f2c53 commit 5187b9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3

- name: Deploy Application to Code Engine
uses: cloud-design-dev/ibmcloud-code-engine-github-action@v10
uses: cloud-design-dev/ibmcloud-code-engine-github-action@v12
with:
ibmcloud_api_key: ${{ secrets.IBMCLOUD_API_KEY }}
resource_group: ${{ env.RESOURCE_GROUP }}
Expand All @@ -29,5 +29,6 @@ jobs:
workload_type: 'app'
workload_name: ${{ env.WORKLOAD_NAME }}
workload_port: 8080
registry_endpoint: 'us.icr.io'
registry_namespace: 'rtiffany'
registry_image: "${{ env.WORKLOAD_NAME }}-image"
registry_image: "${{ env.WORKLOAD_NAME }}-image:"

0 comments on commit 5187b9f

Please sign in to comment.