Skip to content

Commit

Permalink
#6 fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 30, 2024
1 parent a03335f commit 46ed93b
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
Expand Up @@ -42,6 +42,7 @@ release:
make
repo=zerocracy/pages-action
sudo docker build "$(pwd)" --tag "${repo}:${tag}"
cat ../docker-password | sudo docker login --password-stdin --username yegor256
cat ../docker-password | \
sudo docker login --password-stdin --username yegor256
sudo docker push "${repo}:${tag}"
sudo docker push "${repo}:latest"

0 comments on commit 46ed93b

Please sign in to comment.