Skip to content

Commit 6977c2d

Browse files
committed
fix docker build opcode
1 parent 53a0e6a commit 6977c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edge/op.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
build: docker build --build-arg=branch=$1 --no-cache -t dannyben/bashly:edge . && docker images |grep bashly
1+
build: docker build --build-arg=branch=${1:-master} --no-cache -t dannyben/bashly:edge . && docker images |grep bashly
22
push: docker push dannyben/bashly:edge

0 commit comments

Comments
 (0)