Skip to content

Commit

Permalink
Update builder/build-builder
Browse files Browse the repository at this point in the history
Co-authored-by: Filippo Carletti <filippo.carletti@gmail.com>
  • Loading branch information
gsanchietti and filippocarletti authored Oct 17, 2024
1 parent e785bb6 commit cd5d72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/build-builder
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ buildah add "${container}" ../packages /nspackages
buildah add "${container}" ../patches /patches
buildah config --user build --workingdir /home/build/openwrt --entrypoint='["/entrypoint.sh"]' --cmd='["/make.sh"]' ${container}
buildah commit "${container}" "${repobase}/${reponame}"
build tag "${repobase}/${reponame}" "${repobase}/${reponame}:${OWRT_VERSION}"
buildah tag "${repobase}/${reponame}" "${repobase}/${reponame}:${OWRT_VERSION}"

0 comments on commit cd5d72b

Please sign in to comment.