Skip to content

Commit

Permalink
test(cid): enable all image builds
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Jul 11, 2024
1 parent 447821d commit f24d81a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@ jobs:
with:
debug_enabled: ${{ needs.set-variables.outputs.debug }}
version: ""
images: '["pyrovelocity"]'
# images: '["pyrovelocity"]'
images: '["pyrovelocity","pyrovelocitydev","pyrovelocitycode","pyrovelocityjupyter"]'
branch: ${{ needs.set-variables.outputs.checkout_ref }}
revision: ${{ needs.set-variables.outputs.checkout_rev }}
mode: ${{ needs.set-variables.outputs.mode }}
Expand Down

0 comments on commit f24d81a

Please sign in to comment.