From 0e967455933a1aaf42c2245e2d97de03abca25a4 Mon Sep 17 00:00:00 2001 From: amygutierrez Date: Mon, 3 Apr 2023 13:51:32 -0400 Subject: [PATCH] only testing CPAC image, no variants --- .github/workflows/build_and_test.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 62d8f1a718..67144d76a6 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -421,15 +421,15 @@ jobs: variant: '' secrets: inherit - #Deploy_to_Docker_Hub-lite: - # name: Deploy 'lite' to Docker Hub - # needs: - # - C-PAC-lite - # if: github.ref_type == 'tag' - # uses: ./.github/workflows/deploy_to_Docker_Hub.yml - # with: - # variant: 'lite' - # secrets: inherit + Deploy_to_Docker_Hub-lite: + name: Deploy 'lite' to Docker Hub + needs: + - C-PAC-lite + if: github.ref_type == 'tag' + uses: ./.github/workflows/deploy_to_Docker_Hub.yml + with: + variant: 'lite' + secrets: inherit Deploy_to_Docker_Hub-ABCD-HCP: name: Deploy 'ABCD-HCP' to Docker Hub