Skip to content

Commit 6693bb0

Browse files
authored
Upgrade version
1 parent 002dc13 commit 6693bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
FROM node:18
22

3-
LABEL version="1.0.0"
3+
LABEL version="1.1.0"
44
LABEL repository="http://github.com/kmelve/actions-sanity-io"
55
LABEL homepage="http://github.com/actions/actions-sanity-io"
66
LABEL maintainer="Sanity.io <[email protected]>"
77

88
LABEL "com.github.actions.name"="GitHub Action for Sanity.io"
9-
LABEL "com.github.actions.description"="Wraps the Sanity.io to enable common commands."
9+
LABEL "com.github.actions.description"="Wraps the Sanity CLI to enable common commands."
1010
LABEL "com.github.actions.icon"="upload-cloud"
1111
LABEL "com.github.actions.color"="red"
1212
COPY LICENSE README.md THIRD_PARTY_NOTICE.md /

0 commit comments

Comments
 (0)