From c9c646d773756e28eeb4a1a4f09c27584ce37278 Mon Sep 17 00:00:00 2001 From: Emmanuel Nyachoke Date: Wed, 10 Jul 2024 07:04:09 +0300 Subject: [PATCH] Fix newline --- .github/workflows/build-consumerui.yaml | 2 +- .github/workflows/build-deploy.yaml | 2 +- .github/workflows/build-mutating-webhook.yaml | 2 +- .github/workflows/build-platform-helmer.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-consumerui.yaml b/.github/workflows/build-consumerui.yaml index 67722d1d..6bcc8a26 100644 --- a/.github/workflows/build-consumerui.yaml +++ b/.github/workflows/build-consumerui.yaml @@ -48,4 +48,4 @@ jobs: context: ./consumerui platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.consumerui_meta.outputs.tags }} \ No newline at end of file + tags: ${{ steps.consumerui_meta.outputs.tags }} diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index 58862d49..fac68cab 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -88,4 +88,4 @@ jobs: file: ./deploy/Dockerfile.kubeconfiggenerator platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.kubeconfiggenerator.outputs.tags }} \ No newline at end of file + tags: ${{ steps.kubeconfiggenerator.outputs.tags }} diff --git a/.github/workflows/build-mutating-webhook.yaml b/.github/workflows/build-mutating-webhook.yaml index 37601418..9e8f2949 100644 --- a/.github/workflows/build-mutating-webhook.yaml +++ b/.github/workflows/build-mutating-webhook.yaml @@ -48,4 +48,4 @@ jobs: file: mutating-webhook/Dockerfile platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.pac_mutating_admission_webhook.outputs.tags }} \ No newline at end of file + tags: ${{ steps.pac_mutating_admission_webhook.outputs.tags }} diff --git a/.github/workflows/build-platform-helmer.yaml b/.github/workflows/build-platform-helmer.yaml index 80fc9930..c0db89bd 100644 --- a/.github/workflows/build-platform-helmer.yaml +++ b/.github/workflows/build-platform-helmer.yaml @@ -49,4 +49,4 @@ jobs: file: platform-operator/helm-pod/Dockerfile platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.helm_pod.outputs.tags }} \ No newline at end of file + tags: ${{ steps.helm_pod.outputs.tags }}