Skip to content

Commit

Permalink
build: only push published images in push_images.sh script (#2966)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
hairyhum and mergify[bot] committed Jun 28, 2024
1 parent b9b522b commit d2261a9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build/push_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ set -o nounset
IMAGE_REGISTRY="ghcr.io/kanisterio"

PUBLISHED_IMAGES_NAME_PATH="build/published_images.json"
EXAMPLE_IMAGES_NAME_PATH="build/example_images.json"

TAG=${1:-"v9.99.9-dev"}

Expand All @@ -42,5 +41,3 @@ push_images() {
}

push_images $PUBLISHED_IMAGES_NAME_PATH

push_images $EXAMPLE_IMAGES_NAME_PATH

0 comments on commit d2261a9

Please sign in to comment.