Skip to content

Commit

Permalink
Remove quotes in LABEL
Browse files Browse the repository at this point in the history
  • Loading branch information
judaew committed Oct 25, 2021
1 parent 2a03fce commit 241d93a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.14.2

LABEL "repository"="http://github.com/judaew/luacheck-action"
LABEL "homepage"="http://github.com/judaew/luacheck-action"
LABEL "maintainer"="Vadim-Valdis Yudaev"
LABEL repository="http://github.com/judaew/luacheck-action"
LABEL homepage="http://github.com/judaew/luacheck-action"
LABEL maintainer="Vadim-Valdis Yudaev"

RUN apk add --no-cache bash luarocks luacheck
RUN sh -s luarocks install lanes
Expand Down

0 comments on commit 241d93a

Please sign in to comment.