Skip to content

Commit

Permalink
build image for multi trigger app
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Jindal <[email protected]>
  • Loading branch information
rajatjindal committed Apr 2, 2024
1 parent 2f070fa commit f7d4016
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ set -euo pipefail
cluster_name="test-cluster" # name of the k3d cluster
dockerfile_path="deployments/k3d" # path to the Dockerfile

DOCKER_IMAGES=("spin" "spin-keyvalue" "spin-outbound-redis")
OUT_DIRS=("test/out_spin" "test/out_spin_keyvalue" "test/out_spin_outbound_redis")
IMAGES=("spin-hello-world" "spin-keyvalue" "spin-outbound-redis")
DOCKER_IMAGES=("spin" "spin-keyvalue" "spin-outbound-redis", "spin-multi-trigger-app")
OUT_DIRS=("test/out_spin" "test/out_spin_keyvalue" "test/out_spin_outbound_redis", "test/out_spin_multi_trigger_app")
IMAGES=("spin-hello-world" "spin-keyvalue" "spin-outbound-redis", "spin-multi-trigger-app")

# build the Docker image for the k3d cluster
docker build -t k3d-shim-test "$dockerfile_path"
Expand Down

0 comments on commit f7d4016

Please sign in to comment.