diff --git a/Dockerfile b/Dockerfile index ad5a630..4fe7ad2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ FROM ruby:3.3 LABEL "repository"="https://github.com/zerocracy/pages-action" LABEL "maintainer"="Yegor Bugayenko" -LABEL "version"="0.0.0" +LABEL "version"="0.0.38" # hadolint ignore=DL3008 RUN apt-get update -y --fix-missing \ diff --git a/action.yml b/action.yml index 24ceb61..b8ab013 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ description: 'Build static pages from a Factbase' author: 'Yegor Bugayenko ' runs: using: 'docker' - image: 'docker://yegor256/pages-action:latest' + image: 'docker://yegor256/pages-action:0.0.38' inputs: verbose: description: 'Log as much debug information as possible' diff --git a/entry.sh b/entry.sh index a402306..67fa67d 100755 --- a/entry.sh +++ b/entry.sh @@ -24,7 +24,7 @@ set -e set -o pipefail -VERSION=0.0.0 +VERSION=0.0.38 if [ -z "${JUDGES}" ]; then JUDGES=judges