Skip to content

Commit

Permalink
update github ref tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Oct 3, 2024
1 parent b297306 commit 9d605cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Get git tag
id: git_info
if: startsWith(github.ref, 'refs/tags/')
run: echo "tag=${{ github.ref }}" >> $GITHUB_OUTPUT
run: echo "tag=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT

- name: Decide image tag name
id: determine
Expand Down

0 comments on commit 9d605cd

Please sign in to comment.