From 6c299b3c932a91c3dd3f13b56c6391c2bfcc0a21 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Thu, 9 Jan 2025 15:36:10 +0100 Subject: [PATCH] WIP: build docker images GHA --- .github/workflows/build-publish-images.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-publish-images.yml b/.github/workflows/build-publish-images.yml index 874b5d37469c..2c9c4d6abc2f 100644 --- a/.github/workflows/build-publish-images.yml +++ b/.github/workflows/build-publish-images.yml @@ -19,8 +19,6 @@ jobs: # # preflight: - ## TODO: remove when ready - if: contains(github.event.label.name, 'GHA-migration') || contains(github.event.pull_request.labels.*.name, 'GHA-migration') uses: ./.github/workflows/reusable-preflight.yml ### Build ########################