Commit 7726c5c6 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: improve comments

parent ca1c0e88
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,10 +17,10 @@ image-build:
    # build image
    - "buildah bud -t roundcube -f Dockerfile.linux.amd64 ."

    # add tags to image
    # tag image
    - "buildah tag roundcube cr.simoncor.net/siempie/roundcube:latest"

    # push image to dockerhub.
    # push image
    - "buildah push cr.simoncor.net/siempie/roundcube:latest"

    # logout from container registry