From c9d270364c0f7b619aba8dfda9230e8c9bacc149 Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Thu, 5 Oct 2023 14:24:52 +0200 Subject: [PATCH] Always build images renovate will bump the openstack-operator even if there was no build done. Lets always build images. --- .../build-openstack-baremetal-operator.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/build-openstack-baremetal-operator.yaml b/.github/workflows/build-openstack-baremetal-operator.yaml index c533521..20bd401 100644 --- a/.github/workflows/build-openstack-baremetal-operator.yaml +++ b/.github/workflows/build-openstack-baremetal-operator.yaml @@ -4,20 +4,6 @@ on: push: branches: - '*' - paths-ignore: - - .gitignore - - .pull_request_pipeline - - changelog.txt - - kuttl-test.yaml - - LICENSE - - Makefile - - OWNERS - - PROJECT - - README.md - - .github/ - - build/ - - docs/ - - tests/ env: imageregistry: 'quay.io'