mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
fixed whitespaces
Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
parent
ca9424dd2a
commit
596328de41
@ -19,9 +19,8 @@ IMAGE = fluentd
|
|||||||
TAG = v2.7.0
|
TAG = v2.7.0
|
||||||
|
|
||||||
build:
|
build:
|
||||||
docker build --tag ${PREFIX}/${IMAGE}:${TAG} .
|
docker build --tag ${PREFIX}/${IMAGE}:${TAG} .
|
||||||
|
|
||||||
push:
|
push:
|
||||||
docker push ${PREFIX}/${IMAGE}:${TAG}
|
docker push ${PREFIX}/${IMAGE}:${TAG}
|
||||||
docker push ${PREFIX}/${IMAGE}:latest
|
docker push ${PREFIX}/${IMAGE}:latest
|
||||||
|
|
Loading…
Reference in New Issue
Block a user