Skip to content

Commit

Permalink
Merge pull request #5325 from werf/chore-publish-another-type-of-tags…
Browse files Browse the repository at this point in the history
…-for-werf-images

chore: publish "1.2-alpine" type of tags for werf images
  • Loading branch information
ilya-lesikov committed Feb 21, 2023
2 parents aff2e46 + 13ff89a commit b309073
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/werf-in-image/build-and-publish.sh
Expand Up @@ -17,6 +17,10 @@ for dest_repo in "ghcr.io/werf" "registry-write.werf.io/werf"; do
werf export --tag "$DEST_REPO/werf:$group" "$group-stable-alpine"
werf export --tag "$DEST_REPO/werf-argocd-cmp-sidecar:$group" "argocd-cmp-sidecar-$group-stable-ubuntu"

for distro in "alpine" "ubuntu" "centos" "fedora"; do
werf export --tag "$DEST_REPO/werf:$group-$distro" "$group-stable-$distro"
done

for channel in "alpha" "beta" "ea" "stable" "rock-solid"; do
werf export --tag "$DEST_REPO/werf:$group-$channel" "$group-$channel-alpine"
werf export --tag "$DEST_REPO/werf-argocd-cmp-sidecar:$group-$channel" "argocd-cmp-sidecar-$group-$channel-ubuntu"
Expand Down

0 comments on commit b309073

Please sign in to comment.