diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5f242462e..7899e5216 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,14 +25,6 @@ jobs: target: keycloak secrets: inherit - build_configurator: - name: 'Build Configurator' - uses: ./.github/workflows/build_base.yaml - with: - image: configurator - context: ./configurator - secrets: inherit - build_php-fpm-base: name: 'Build php-fpm-base' uses: ./.github/workflows/build_base.yaml @@ -41,6 +33,16 @@ jobs: context: ./infra/docker/php-fpm-base secrets: inherit + build_configurator: + name: 'Build Configurator' + uses: ./.github/workflows/build_base.yaml + with: + image: configurator + context: ./configurator + secrets: inherit + needs: + - build_php-fpm-base + build_nginx-fpm-base: name: 'Build nginx-fpm-base' uses: ./.github/workflows/build_base.yaml