Skip to content

Commit

Permalink
#44 no pre
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 14, 2024
1 parent e14d498 commit 2db1450
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rultor.yml
@@ -1,11 +1,12 @@
docker:
image: yegor256/rultor-image:1.12.0
image: yegor256/rultor-image:1.22.0
assets:
docker-password: yegor256/home#assets/docker-password
merge:
script: |-
sudo docker build "$(pwd)"
release:
pre: false
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
repo=yegor256/rultor-image
Expand Down

0 comments on commit 2db1450

Please sign in to comment.