From 5b31f10d2fb66292dd89ab3a310216893f1281e9 Mon Sep 17 00:00:00 2001 From: Mona Lisa Date: Mon, 13 Nov 2023 12:24:43 -0500 Subject: [PATCH] test pipeline --- .github/workflows/build-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image.yaml b/.github/workflows/build-image.yaml index 739cadbeea..b5a79562ef 100644 --- a/.github/workflows/build-image.yaml +++ b/.github/workflows/build-image.yaml @@ -7,7 +7,7 @@ on: jobs: push_to_registry: - if: ${{ github.event.label.name == 'CI' && github.event.label.description == 'Build' }} + # if: ${{ github.event.label.name == 'CI' && github.event.label.description == 'Build' }} name: Push Docker image to Docker Hub runs-on: ubuntu-latest steps: