Loading .gitlab/build.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab/build.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -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 Loading