Skip to content

Commit

Permalink
Update rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hschne committed Oct 29, 2024
1 parent 6c444b2 commit 8f0e8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if PunyMonitor::App.development?

desc "Push Puny Monitor Docker image"
task :push do
sh "docker push hschne/puny-monitor:latest"
sh "docker push -a hschne/puny-monitor:latest"
end

desc "Run Docker container"
Expand Down

0 comments on commit 8f0e8ad

Please sign in to comment.