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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"