Skip to content

Commit

Permalink
version set to 0.0.46
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Aug 14, 2024
1 parent 7d2ecb9 commit e6214c2
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/judges-action"
LABEL "maintainer"="Yegor Bugayenko"
LABEL "version"="0.0.0"
LABEL "version"="0.0.46"

RUN apt-get update \
&& apt-get install --no-install-recommends -y curl=7.88.* jq=1.6* \
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: 'Scan the repository and build a Factbase'
author: 'Yegor Bugayenko <yegor256@gmail.com>'
runs:
using: 'docker'
image: 'docker://yegor256/judges-action:latest'
image: 'docker://yegor256/judges-action:0.0.46'
inputs:
token:
description: 'Authentication token from www.zerocracy.com'
Expand Down
2 changes: 1 addition & 1 deletion entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set -o pipefail

start=$(date +%s)

VERSION=0.0.0
VERSION=0.0.46

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

0 comments on commit e6214c2

Please sign in to comment.