Skip to content

Commit

Permalink
updates to the ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yajith committed Sep 24, 2024
1 parent feb0def commit 3be007e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/portainer-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
else
# replace / with - in the branch name
# for instance, feature/1.0.0 -> feature-1.0.0
echo "TAG_PREFIX=$(echo $GITHUB_REF_NAME | sed 's/\//-/g'") >> $GITHUB_ENV
echo "TAG_PREFIX=$(echo $GITHUB_REF_NAME | sed 's/\//-/g')" >> $GITHUB_ENV
fi
# set the container image tag
Expand Down

0 comments on commit 3be007e

Please sign in to comment.