Skip to content

Commit c9c646d

Browse files
committed
Fix newline
1 parent 19f4936 commit c9c646d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-consumerui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
context: ./consumerui
4949
platforms: linux/amd64,linux/arm64
5050
push: ${{ github.event_name != 'pull_request' }}
51-
tags: ${{ steps.consumerui_meta.outputs.tags }}
51+
tags: ${{ steps.consumerui_meta.outputs.tags }}

.github/workflows/build-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ jobs:
8888
file: ./deploy/Dockerfile.kubeconfiggenerator
8989
platforms: linux/amd64,linux/arm64
9090
push: ${{ github.event_name != 'pull_request' }}
91-
tags: ${{ steps.kubeconfiggenerator.outputs.tags }}
91+
tags: ${{ steps.kubeconfiggenerator.outputs.tags }}

.github/workflows/build-mutating-webhook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
file: mutating-webhook/Dockerfile
4949
platforms: linux/amd64,linux/arm64
5050
push: ${{ github.event_name != 'pull_request' }}
51-
tags: ${{ steps.pac_mutating_admission_webhook.outputs.tags }}
51+
tags: ${{ steps.pac_mutating_admission_webhook.outputs.tags }}

.github/workflows/build-platform-helmer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
file: platform-operator/helm-pod/Dockerfile
5050
platforms: linux/amd64,linux/arm64
5151
push: ${{ github.event_name != 'pull_request' }}
52-
tags: ${{ steps.helm_pod.outputs.tags }}
52+
tags: ${{ steps.helm_pod.outputs.tags }}

0 commit comments

Comments
 (0)