Skip to content

Commit

Permalink
fix(github-tag-action): bump version for issue with tag increment (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorepanichi authored Oct 31, 2023
1 parent 95e5c27 commit 542dfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ runs:
# Bump version and create git tag
- name: Bump container version and create new github tag
id: bump_version
uses: mathieudutour/github-tag-action@v6.1
uses: mathieudutour/github-tag-action@v1.0
with:
github_token: ${{ inputs.github_token }}
tag_prefix: container/${{ inputs.image_name }}-
Expand Down

0 comments on commit 542dfa8

Please sign in to comment.