Skip to content

Commit

Permalink
Update doc and tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyskapunk committed Apr 27, 2022
1 parent 56ac76d commit 43338e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Creating a component on the OCP topic under its version `4.10` with name `v1.2.3
with:
dciClientId: ${{ secrets.DCI_CLIENT_ID }}
dciApiSecret: ${{ secrets.DCI_API_SECRET }}
dciTopicVersion: 4.10
dciTopicVersion: "4.10"
componentName: v1.2.3
componentCanonicalName: "My container application"
componentType: image
Expand All @@ -70,7 +70,7 @@ Creating a component on `all` the OCP topic versions with name `22.04` and its c
```YAML
steps:
- name: Create DCI components
uses: tonyskapunk/dci-component@v0.1.0
uses: tonyskapunk/dci-component@v0.2.0
with:
dciClientId: ${{ secrets.DCI_CLIENT_ID }}
dciApiSecret: ${{ secrets.DCI_API_SECRET }}
Expand Down

0 comments on commit 43338e6

Please sign in to comment.