mirror of
https://github.com/openfaas/faas.git
synced 2025-06-19 12:36:40 +00:00
Vendor new queue-worker version
Introduces 0.4.6 of queue-worker - see upstream repo for changes. Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
9
gateway/vendor/github.com/openfaas/nats-queue-worker/Makefile
generated
vendored
Normal file
9
gateway/vendor/github.com/openfaas/nats-queue-worker/Makefile
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
TAG?=latest
|
||||
|
||||
build:
|
||||
docker build --build-arg http_proxy="${http_proxy}" --build-arg https_proxy="${https_proxy}" -t functions/queue-worker:$(TAG) .
|
||||
|
||||
push:
|
||||
docker push functions/queue-worker:$(TAG)
|
||||
|
||||
all: build
|
Reference in New Issue
Block a user