Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit efe0e35

Browse files
committed
bump to 1.3
Signed-off-by: Victor Vieux <[email protected]>
1 parent d7c3e8e commit efe0e35

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Makefile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PLUGIN_NAME = vieux/sshfs
2-
PLUGIN_TAG ?= next
2+
PLUGIN_TAG ?= 1.3
33

44
all: clean rootfs create
55

@@ -24,6 +24,10 @@ create:
2424
@echo "### create new plugin ${PLUGIN_NAME}:${PLUGIN_TAG} from ./plugin"
2525
@docker plugin create ${PLUGIN_NAME}:${PLUGIN_TAG} ./plugin
2626

27-
push: clean docker rootfs create enable
27+
enable:
28+
@echo "### enable plugin ${PLUGIN_NAME}:${PLUGIN_TAG}"
29+
@docker plugin enable ${PLUGIN_NAME}:${PLUGIN_TAG}
30+
31+
push: clean rootfs create enable
2832
@echo "### push plugin ${PLUGIN_NAME}:${PLUGIN_TAG}"
2933
@docker plugin push ${PLUGIN_NAME}:${PLUGIN_TAG}

0 commit comments

Comments
 (0)