Skip to content

Commit

Permalink
chore(build): make use release name in build
Browse files Browse the repository at this point in the history
  • Loading branch information
Umaaz committed Jun 7, 2023
1 parent eaca477 commit cb52f60
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/image-tag
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#

# if the version environment variable is set then use that
# this is set in CI as the tag/release name
if [ "$VERSION" != "" ]
then
echo $VERSION
exit 0
fi

set -o errexit
set -o nounset
set -o pipefail
Expand Down

0 comments on commit cb52f60

Please sign in to comment.