Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Commit

Permalink
add steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kiorky committed Sep 19, 2024
1 parent 2b342e1 commit 6dfc373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ gen_image() {
if [ -e "$df" ];then dockerfiles="$dockerfiles $df" && break;fi
done
local parts=""
for partsstep in squashpre from args argspost helpers pre base post postextra clean cleanpost squash extra labels labelspost;do
for partsstep in squashpre from args argspost helpers pre base post postextra clean cleanpost predosquash squash postdosquash extra labels labelspost;do
parts="$parts pre_${partsstep} ${partsstep} post_${partsstep}"
done
parts=$(echo "$parts"|xargs)
Expand Down

0 comments on commit 6dfc373

Please sign in to comment.