diff --git a/Dockerfile b/Dockerfile index 123b8f426..3cfb10ef7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ FROM ruby:3.3 LABEL "repository"="https://github.com/zerocracy/judges-action" LABEL "maintainer"="Yegor Bugayenko" -LABEL "version"="0.0.0" +LABEL "version"="0.0.64" RUN apt-get update \ && apt-get install --no-install-recommends -y curl=7.88.* jq=1.6* \ diff --git a/action.yml b/action.yml index 2fddada1c..a0fe92957 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ description: 'Scan the repository and build a Factbase' author: 'Yegor Bugayenko ' runs: using: 'docker' - image: 'docker://yegor256/judges-action:latest' + image: 'docker://yegor256/judges-action:0.0.64' inputs: token: description: 'Authentication token from www.zerocracy.com' diff --git a/entry.sh b/entry.sh index 109206f3c..b1fa7fcb6 100755 --- a/entry.sh +++ b/entry.sh @@ -27,7 +27,7 @@ set -o pipefail start=$(date +%s) -VERSION=0.0.0 +VERSION=0.0.64 if [ -z "${JUDGES}" ]; then JUDGES=judges