Skip to content

Commit

Permalink
quote
Browse files Browse the repository at this point in the history
  • Loading branch information
matifali authored Jan 16, 2024
1 parent 5645ac1 commit 39ad2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/push_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ for image in "${IMAGES[@]}"; do
continue
fi

build_id=$(cat build_${image}.json | jq -r .\[\"depot.build\"\].buildID)
build_id=$(cat "build_${image}.json" | jq -r .\[\"depot.build\"\].buildID)
run_trace $DRY_RUN depot push --project "gb3p8xrshk" --tag "$image_ref" --tag "codercom/enterprise-${image}:latest" "$build_id"
done

0 comments on commit 39ad2bc

Please sign in to comment.