Skip to content

Commit

Permalink
chore: upgrade image to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pow-devops2020 committed Sep 12, 2022
1 parent 9200edc commit 5bfc168
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ If you want to use `jx-release-version` in your [Tekton](https://tekton.dev/) pi

```
steps:
- image: ghcr.io/jenkins-x/jx-release-version:2.5.2
- image: ghcr.io/jenkins-x/jx-release-version:2.6.0
name: next-version
script: |
#!/usr/bin/env sh
Expand All @@ -219,7 +219,7 @@ jobs:
- id: nextversion
name: next release version
uses: jenkins-x-plugins/jx-release-version@v2.5.2
uses: jenkins-x-plugins/jx-release-version@v2.6.0
- name: do something with the next version
run: echo next version is $VERSION
Expand All @@ -246,7 +246,7 @@ jobs:
- name: tag
id: tag
uses: jenkins-x-plugins/jx-release-version@v2.5.2
uses: jenkins-x-plugins/jx-release-version@v2.6.0
with:
tag: true
github-token: ${{ secrets.GIT_BOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ outputs:
description: 'The next release version'
runs:
using: 'docker'
image: 'docker://ghcr.io/jenkins-x/jx-release-version:2.5.2'
image: 'docker://ghcr.io/jenkins-x/jx-release-version:2.6.0'
entrypoint: 'github-actions-entrypoint.sh'
env:
PREVIOUS_VERSION: ${{ inputs.previous-version }}
Expand Down

0 comments on commit 5bfc168

Please sign in to comment.