Skip to content

Commit

Permalink
#9 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 24, 2022
1 parent 9526247 commit 77fd035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ release:
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
repo=yegor256/rultor-image
sudo docker build "${pwd}/Dockerfile" --tag "${repo}:${tag}"
sudo docker build "$(pwd)/Dockerfile" --tag "${repo}:${tag}"
cat ../docker-password | sudo docker login --password-stdin --username yegor256
sudo docker push "${repo}:${tag}"

0 comments on commit 77fd035

Please sign in to comment.