From 745f1efe3801ba26ec9c32477ebe4e4317aec730 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Mon, 3 Feb 2025 10:41:16 -0700 Subject: [PATCH] CI: workaround for push issue --- .github/workflows/continuous-integration-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index c6ec9ff..74a82f0 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -75,6 +75,7 @@ jobs: -DKokkos_ENABLE_OPENMP=ON && \ cmake --build builddir --parallel 2 && \ ctest --test-dir builddir --output-on-failure" + sed -i '26s/$/ /' ${{ matrix.config.dockerfile }} - name: Push the image into GitHub Container Registry uses: docker/build-push-action@v6 if: ${{ github.repository_owner == 'kokkos' && ( github.event_name == 'push' || github.event_name == 'schedule' ) }}