From 4564e87d7528861869bf96403bd70392a9017b7c Mon Sep 17 00:00:00 2001 From: rultor Date: Tue, 28 Jan 2025 08:53:33 +0000 Subject: [PATCH] version set to 0.0.41 --- Dockerfile | 2 +- action.yml | 2 +- entry.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 19bb164..5abafca 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.41" # hadolint ignore=DL3008 RUN apt-get update -y --fix-missing \ diff --git a/action.yml b/action.yml index e9fb7d1..302eaa4 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.41' inputs: verbose: description: 'Log as much debug information as possible' diff --git a/entry.sh b/entry.sh index bb08516..975fd52 100755 --- a/entry.sh +++ b/entry.sh @@ -24,7 +24,7 @@ set -e set -o pipefail -VERSION=0.0.0 +VERSION=0.0.41 if [ -z "${JUDGES}" ]; then JUDGES=judges