Skip to content

Commit

Permalink
Update image-clone.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jul 24, 2023
1 parent 10abf2d commit 986b1c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/fiware/image-clone.sh
Expand Up @@ -23,13 +23,12 @@ function clone {

for i in "$@" ; do
if [[ $i == "docker" ]]; then

clone "$SOURCE" "$VERSION" "$DOCKER_TARGET" true
clone "$SOURCE" "$VERSION"-distroless "$DOCKER_TARGET"-distroless
clone "$SOURCE" "$VERSION"-distroless "$DOCKER_TARGET"
fi
if [[ $i == "quay" ]]; then
clone "$SOURCE" "$VERSION" "$QUAY_TARGET" true
clone "$SOURCE" "$VERSION"-distroless "$QUAY_TARGET"-distroless
clone "$SOURCE" "$VERSION"-distroless "$QUAY_TARGET"
fi
echo ""
done

0 comments on commit 986b1c6

Please sign in to comment.