diff --git a/Dockerfile b/Dockerfile index aab93f6..f90185e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:18.04 -LABEL "version"="0.0.1" +LABEL "version"="0.0.2" LABEL "com.github.actions.name"="Debug APK Publisher" LABEL "com.github.actions.description"="Build & Publish Debug APK on Github" LABEL "com.github.actions.icon"="package"