Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
fix(release): tagging moving version of operato...
Browse files Browse the repository at this point in the history
...r image

(cherry picked from commit f8c44c9)

# Conflicts:
#	tools/bin/commands/release
  • Loading branch information
zregvart committed Oct 14, 2019
1 parent 137b93f commit a3649bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/bin/commands/release
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ release::run() {
# Tag the release version
git_tag_release "$release_version"

# Create template versions for the minor tags (without patchlevels)
# Create operator image versions for the minor tags (without patchlevels)
# and git tag
create_moving_tag_release "$topdir" "$release_version" "$moving_tag"

# Pushing to Docker Hub
Expand All @@ -149,6 +150,7 @@ create_moving_tag_release() {
local moving_tag=$3

if [ ! $(hasflag --snapshot-release) ]; then
docker image tag "syndesis/syndesis-operator:$release_version" "syndesis/syndesis-operator:$moving_tag"
docker push "syndesis/syndesis-operator:$moving_tag"

echo "==== Git tag $moving_tag"
Expand Down

0 comments on commit a3649bd

Please sign in to comment.