Skip to content

Commit

Permalink
version set to 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jun 6, 2024
1 parent 3ec4947 commit 50e0124
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.8"

# hadolint ignore=DL3008
RUN apt-get update -y --fix-missing \
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.8

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

0 comments on commit 50e0124

Please sign in to comment.