Add latest tag to Dockerfile

This commit is contained in:
Monte Hellawell
2021-04-21 18:31:01 +01:00
committed by GitHub
parent e61f6040f6
commit d33a8f9203
+1 -1
View File
@@ -1,4 +1,4 @@
FROM alpine FROM alpine:latest
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"