Skip to content

Commit

Permalink
#18 rultor
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 3, 2024
1 parent a8640c1 commit 94d4147
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
docker:
image: yegor256/rultor-image:1.21.0
image: yegor256/rultor-image:1.22.0
merge:
script: |-
sudo docker build "$(pwd)"
release:
pre: false
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
sed -i -e "s/^0.0.0/${tag}/" Dockerfile
Expand Down

0 comments on commit 94d4147

Please sign in to comment.