Skip to content

Commit

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

0 comments on commit cd2f080

Please sign in to comment.