From b31e9e62998a4d2dcea88919c4495a4a1c73d573 Mon Sep 17 00:00:00 2001 From: Razvan Liviu Varzaru <45736827+RazvanLiviuVarzaru@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:21:20 +0300 Subject: [PATCH] Update bbw_build_container_template.yml --- .github/workflows/bbw_build_container_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bbw_build_container_template.yml b/.github/workflows/bbw_build_container_template.yml index 1d7d1ee3..eb903ac7 100644 --- a/.github/workflows/bbw_build_container_template.yml +++ b/.github/workflows/bbw_build_container_template.yml @@ -158,7 +158,7 @@ jobs: username: ${{ secrets.QUAY_USER }} password: ${{ secrets.QUAY_TOKEN }} - # Uncomment this when we disable the old workflow + # Uncomment this when we disable the old workflows # - name: Push images to quay.io # if: ${{ env.DEPLOY_IMAGES == 'true' }} # run: |