mirror of
https://github.com/openfaas/faas.git
synced 2025-06-10 17:26:47 +00:00
The padding was off on the Gateway UI for the function Store popup. I have removed the 0padding css class from this element and left it on the elements that require it Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
10 lines
122 B
Makefile
10 lines
122 B
Makefile
.PHONY: all build push
|
|
TAG?=latest
|
|
NS?=openfaas
|
|
|
|
all: build
|
|
build:
|
|
./build.sh ${TAG} ${NS}
|
|
push:
|
|
./push.sh ${TAG} ${NS}
|