Skip to content

Commit

Permalink
ci: fix gitops tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelrio committed May 23, 2021
1 parent 41577f3 commit 741aed1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
run: |
commitMsg=$(git log --format=%B -n 1 ${{ github.event.after }} --pretty=oneline --abbrev-commit)
branchName="master"
echo "TAG=${{ steps.prep.outputs.tagged_image }}"
echo "TAG=${{ steps.prep.outputs.tag }}"
echo "commitMsg: $commitMsg"
echo "branchName: $branchName"
curl \
Expand All @@ -102,7 +102,7 @@ jobs:
"action": "distribute",
"commitmsg": "'"$commitMsg"'",
"dirName": "hs110-exporter",
"newTag": "'"${{ steps.prep.outputs.tagged_image }}"'",
"newTag": "'"${{ steps.prep.outputs.tag }}"'",
"baseRef":"'"$branchName"'"
}
}'
Expand Down

0 comments on commit 741aed1

Please sign in to comment.