Skip to content

Commit

Permalink
fix container build
Browse files Browse the repository at this point in the history
  • Loading branch information
Stell0 committed Jan 27, 2025
1 parent 7db6c5e commit ad17fb0
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 @@ -146,7 +146,7 @@ popd
#########################
echo "[*] Build SFTP Recordings container"
reponame="nethvoice-sftp"
pushd janus
pushd sftp
buildah build --force-rm --layers --jobs "$(nproc)" \
--tag "${repobase}/${reponame}" \
--tag "${repobase}/${reponame}:${IMAGETAG:-latest}"
Expand Down

0 comments on commit ad17fb0

Please sign in to comment.