mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +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
|
||||
|
||||
build:
|
||||
docker build --tag ${PREFIX}/${IMAGE}:${TAG} .
|
||||
docker build --tag ${PREFIX}/${IMAGE}:${TAG} .
|
||||
|
||||
push:
|
||||
docker push ${PREFIX}/${IMAGE}:${TAG}
|
||||
docker push ${PREFIX}/${IMAGE}:latest
|
||||
|
Loading…
Reference in New Issue
Block a user