From f75f8a3a6df04d2ad72599a3de50f686561e7522 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Sun, 13 Aug 2023 11:16:29 -0600 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 269644d..134dd4d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -64,11 +64,11 @@ jobs: ghcr_repo: ${{ github.repository }} get_version_method: file_in_container:file=/CONTAINER_VERSION # set build_latest to true if github.event.inputs.use_test_image is false - build_latest: ${{ github.event.inputs.use_test_image == 'false' || 'true' }} - build_baseimage_test: ${{ github.event.inputs.use_test_image == 'true' || 'false' }} + build_latest: ${{ github.event.inputs.use_test_image == 'false' || github.event.inputs.use_test_image == '' }} + build_baseimage_test: ${{ github.event.inputs.use_test_image == 'true' }} # only build the entire stack if we are not using the test image - build_version_specific: ${{ github.event.inputs.use_test_image == 'false' || 'true' }} - build_platform_specific: ${{ github.event.inputs.use_test_image == 'false' || 'true' }} + build_version_specific: ${{ github.event.inputs.use_test_image == 'false' || github.event.inputs.use_test_image == '' }} + build_platform_specific: ${{ github.event.inputs.use_test_image == 'false' || github.event.inputs.use_test_image == '' }} build_nohealthcheck: false build_baseimage_url: :python/:python-test-pr secrets: