From 821b9a231b31c42dab3df0426c93bb62e69362bf Mon Sep 17 00:00:00 2001 From: Artiom Diomin Date: Wed, 18 Sep 2024 21:52:42 +0300 Subject: [PATCH] Change Makefile formatting indentation to spaces Signed-off-by: Artiom Diomin --- Makefile | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index f0e575f..141923a 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,10 @@ # SPDX-License-Identifier: Apache-2.0 .ONESHELL: -.SHELLFLAGS := -eu -o pipefail -c -SHELL := bash -MAKEFLAGS += --warn-undefined-variables -MAKEFLAGS += --no-builtin-rules +.SHELLFLAGS := -eu -o pipefail -c +SHELL := bash +MAKEFLAGS += --warn-undefined-variables +MAKEFLAGS += --no-builtin-rules IMAGE_REPOSITORY := ghcr.io/gardener/ingress-gce IMAGE_TAG := $(shell git describe --tags --always) diff --git a/README.md b/README.md index f47d65a..005b1c2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository is dedicated to building [kubernetes/ingress-gce](https://github Once in a while a new release of the [kubernetes/ingress-gce](https://github.com/kubernetes/ingress-gce) will be -released and we need to build new docker image. In order to trigger the new +released and we need to build new container image. In order to trigger the new release one can use two options, tigger the release workflow from the web UI or from CLI, see more at the https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/manually-running-a-workflow.