Skip to content

Commit

Permalink
Merge pull request #39 from opt-nc/Dougniel-patch-1
Browse files Browse the repository at this point in the history
docs(README.md): Corrections versions
  • Loading branch information
Dougniel authored Nov 7, 2022
2 parents a345c20 + 6d1b339 commit ce9c6ff
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Default filename is *tower_extra_vars_template.yml*, if you want to use another
- name: Checkout my repo
uses: actions/checkout@v2
- name: Invoke deploy action
uses: opt-nc/tower-deploy-action@v1.1.0
uses: opt-nc/tower-deploy-action@v1.3.2
with:
vars: ${{ tojson(secrets) }}
asset_url: https://github.com/my_org/my_repo/releases/download/integration/my_app.jar
Expand All @@ -46,8 +46,10 @@ Default filename is *tower_extra_vars_template.yml*, if you want to use another
steps:
- name: Checkout my repo
uses: actions/checkout@v2
with:
ref: v1.0.0
- name: Invoke deploy action
uses: opt-nc/tower-deploy-action@v1.4.0
uses: opt-nc/tower-deploy-action@v1.3.2
with:
vars: ${{ tojson(secrets) }}
asset_url: https://github.com/my_org/my_repo/releases/download/1.0.0/my_app.jar
Expand All @@ -68,8 +70,10 @@ Version de déploiement Docker :
steps:
- name: Checkout my repo
uses: actions/checkout@v2
with:
ref: v1.0.0
- name: Invoke deploy action
uses: opt-nc/tower-deploy-action@v1.4.0
uses: opt-nc/tower-deploy-action@v1.3.2
with:
vars: ${{ tojson(secrets) }}
iamge_url: ghcr.io/${{ github.repository }}:${{ github.event.release.tag_name }}
Expand Down

0 comments on commit ce9c6ff

Please sign in to comment.