Skip to content

Commit

Permalink
dockerBuild.sh finishes like so: command-that-takes-5mins && other-co…
Browse files Browse the repository at this point in the history
…mmand-that-takes-1-sec
  • Loading branch information
K committed May 23, 2024
1 parent 69ce244 commit 81e47b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/docker/dockerBuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ echo "Docker images built."
echo
echo "Please push these images now like so:"
echo
echo "docker push ghcr.io/trustrootsops/trustroots:git-${COMMIT}"
echo "docker push ghcr.io/trustrootsops/trustroots:latest"
echo "docker push ghcr.io/trustrootsops/trustroots:git-${COMMIT} && docker push ghcr.io/trustrootsops/trustroots:latest"

0 comments on commit 81e47b5

Please sign in to comment.