From 88b24c2e17b7ac54f66aa9ddeb19ef4f2efd792c Mon Sep 17 00:00:00 2001 From: Cameron Smith Date: Thu, 11 Jul 2024 22:21:18 -0400 Subject: [PATCH] fix(cid): set build and publish image values for release Signed-off-by: Cameron Smith --- .github/workflows/cid.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cid.yaml b/.github/workflows/cid.yaml index a3e35b633..21c3474dc 100644 --- a/.github/workflows/cid.yaml +++ b/.github/workflows/cid.yaml @@ -364,7 +364,7 @@ jobs: with: debug_enabled: ${{ needs.set-variables.outputs.debug }} version: "" - images: '["pyrovelocity","pyrovelocitydev","pyrovelocitycode","pyrovelocityjupyter"]' + images: '["pyrovelocity"]' branch: ${{ needs.set-variables.outputs.checkout_ref }} revision: ${{ needs.set-variables.outputs.checkout_rev }} mode: ${{ needs.set-variables.outputs.mode }} @@ -499,7 +499,7 @@ jobs: with: debug_enabled: ${{ needs.set-variables.outputs.debug }} version: ${{ needs.release.outputs.version }} - images: '["pyrovelocity","pyrovelocitycode","pyrovelocityjupyter"]' + images: '["pyrovelocity","pyrovelocitydev","pyrovelocitycode","pyrovelocityjupyter"]' branch: ${{ needs.set-variables.outputs.checkout_ref }} revision: ${{ needs.release.outputs.git-head }} mode: "prod"