Skip to content

Commit

Permalink
Removed IMAGE_TAG because it's obsolete.
Browse files Browse the repository at this point in the history
  • Loading branch information
akdigitalself committed Feb 29, 2024
1 parent efbe5f0 commit 1aee995
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ stages:
if [ "${CI_COMMIT_BRANCH}" != "${RELEASE_BRANCH}" ]; then
PY_LIBRARY_VERSION="${PY_LIBRARY_VERSION}.dev${CI_PIPELINE_IID}"
fi
IMAGE_TAG="${PY_LIBRARY_VERSION}"

# Suffix the KServe version to the python library version only, because Docker versions
# do not have the concept of build metadata and the "+" character causes errors.
Expand Down

0 comments on commit 1aee995

Please sign in to comment.