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 002dc13 commit 6693bb0Copy full SHA for 6693bb0
Dockerfile
@@ -1,12 +1,12 @@
1
FROM node:18
2
3
-LABEL version="1.0.0"
+LABEL version="1.1.0"
4
LABEL repository="http://github.com/kmelve/actions-sanity-io"
5
LABEL homepage="http://github.com/actions/actions-sanity-io"
6
LABEL maintainer="Sanity.io <[email protected]>"
7
8
LABEL "com.github.actions.name"="GitHub Action for Sanity.io"
9
-LABEL "com.github.actions.description"="Wraps the Sanity.io to enable common commands."
+LABEL "com.github.actions.description"="Wraps the Sanity CLI to enable common commands."
10
LABEL "com.github.actions.icon"="upload-cloud"
11
LABEL "com.github.actions.color"="red"
12
COPY LICENSE README.md THIRD_PARTY_NOTICE.md /
0 commit comments