Skip to content

Commit

Permalink
Change container name from webtop-webapp to sogo-server
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Dec 15, 2023
1 parent dd362c7 commit d8b3c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ images=()
# The image will be pushed to GitHub container registry
repobase="${REPOBASE:-ghcr.io/nethserver}"

#Create webtop-webapp container
#Create sogo-server container
reponame="sogo-server"
container=$(buildah from docker.io/library/archlinux:${archlinux_version})
buildah run "${container}" /bin/sh <<'EOF'
Expand Down

0 comments on commit d8b3c2a

Please sign in to comment.