mirror of
https://github.com/montudor/action-zip.git
synced 2024-11-09 10:13:36 -05:00
fix alpine version
This commit is contained in:
parent
c25e01d748
commit
e61f6040f6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3.10.1
|
FROM alpine
|
||||||
|
|
||||||
LABEL "com.github.actions.name"="Create Zip File"
|
LABEL "com.github.actions.name"="Create Zip File"
|
||||||
LABEL "com.github.actions.description"="Create a zip file containing specific files from your repository"
|
LABEL "com.github.actions.description"="Create a zip file containing specific files from your repository"
|
||||||
|
|
Loading…
Reference in a new issue