Skip to content

Commit

Permalink
2241: Fix path to valid_images.json (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavannd1 committed Aug 5, 2023
1 parent 93e668f commit 15e2aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/push_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ set -o nounset

IMAGE_REGISTRY="ghcr.io/kanisterio"

IMAGES_NAME_PATH="valid_images.json"
IMAGES_NAME_PATH="build/valid_images.json"

IMAGES=(`cat $IMAGES_NAME_PATH | jq -r .images[]`)
IMAGES=(`cat ${IMAGES_NAME_PATH} | jq -r .images[]`)

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

Expand Down

0 comments on commit 15e2aae

Please sign in to comment.