Skip to content

Commit

Permalink
version set to 0.0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Sep 26, 2024
1 parent 04a70ef commit ff22cc6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.37"

# hadolint ignore=DL3008
RUN apt-get update -y --fix-missing \
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ description: 'Build static pages from a Factbase'
author: 'Yegor Bugayenko <[email protected]>'
runs:
using: 'docker'
image: 'docker://yegor256/pages-action:latest'
image: 'docker://yegor256/pages-action:0.0.37'
inputs:
verbose:
description: 'Log as much debug information as possible'
Expand Down
2 changes: 1 addition & 1 deletion entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
set -e
set -o pipefail

VERSION=0.0.0
VERSION=0.0.37

if [ -z "${JUDGES}" ]; then
JUDGES=judges
Expand Down

0 comments on commit ff22cc6

Please sign in to comment.