Skip to content

Commit

Permalink
push as latest on release
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 25, 2023
1 parent 67fc90f commit 1ce65ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rultor.yml
Expand Up @@ -12,4 +12,5 @@ release:
sed -i -e "s/^0.0.0/${tag}/" Dockerfile
sudo docker build "$(pwd)" --tag "${repo}:${tag}"
cat ../docker-password | sudo docker login --password-stdin --username yegor256
sudo docker push "${repo}:${tag}"
sudo docker push "${repo}:${tag}"
sudo docker push "${repo}:latest"

0 comments on commit 1ce65ce

Please sign in to comment.