We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b625991 commit 85f496aCopy full SHA for 85f496a
hooks/build
@@ -12,6 +12,6 @@ docker build \
12
--label $PREFIX.title="SSH-proxy" \
13
--label $PREFIX.description="Dockerized SSH-proxy" \
14
--label $PREFIX.authors="[email protected]" \
15
- --label $PREFIX.licenses="$(head -n 1 $PWD/LICENSE)" \
+ --label $PREFIX.licenses="$(head -n 1 $PWD/LICENSE | cut -d ' ' -f 1)" \
16
-t $IMAGE_NAME \
17
.
0 commit comments