Skip to content

Commit 85f496a

Browse files
committed
refactor(docker.hooks.build): scrape license name
delete license word
1 parent b625991 commit 85f496a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ docker build \
1212
--label $PREFIX.title="SSH-proxy" \
1313
--label $PREFIX.description="Dockerized SSH-proxy" \
1414
--label $PREFIX.authors="[email protected]" \
15-
--label $PREFIX.licenses="$(head -n 1 $PWD/LICENSE)" \
15+
--label $PREFIX.licenses="$(head -n 1 $PWD/LICENSE | cut -d ' ' -f 1)" \
1616
-t $IMAGE_NAME \
1717
.

0 commit comments

Comments
 (0)