fix(ci): manually build and push images
This commit is contained in:
parent
abb2b3202c
commit
523648ab73
@ -162,7 +162,7 @@ jobs:
|
|||||||
for i in "${tags[@]}"; do dkrtags="$dkrtags --tag $i"; done
|
for i in "${tags[@]}"; do dkrtags="$dkrtags --tag $i"; done
|
||||||
bldcmd="docker buildx build $dkrannotations $dkrlabels $dkrtags ."
|
bldcmd="docker buildx build $dkrannotations $dkrlabels $dkrtags ."
|
||||||
echo "$bldcmd"
|
echo "$bldcmd"
|
||||||
$bldcmd
|
sh -c "$bldcmd"
|
||||||
unset anno dkrannotations lbls dkrlabels tags dkrtags bldcmd
|
unset anno dkrannotations lbls dkrlabels tags dkrtags bldcmd
|
||||||
|
|
||||||
- name: Push images
|
- name: Push images
|
||||||
|
Loading…
Reference in New Issue
Block a user