fix(ci): manually build and push images
This commit is contained in:
parent
26e51e23b8
commit
f68b5e29d1
@ -159,10 +159,10 @@ jobs:
|
|||||||
for i in "${{ steps.meta.outputs.tags }}"; do dkrtags="$dkrtags --tag $i"; done
|
for i in "${{ steps.meta.outputs.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
|
||||||
unset dkrannotations dkrlabels dkrtags bldcmd
|
unset dkrannotations dkrlabels dkrtags bldcmd
|
||||||
|
|
||||||
- name: Push images
|
- name: Push images
|
||||||
run: |
|
run: |
|
||||||
readarray -td, tags < <( echo ${{ steps.meta.outputs.tags }} )
|
|
||||||
for i in "${{ steps.meta.outputs.tags }}"; do docker push "$i"; done
|
for i in "${{ steps.meta.outputs.tags }}"; do docker push "$i"; done
|
||||||
unset tags
|
unset tags
|
||||||
|
Loading…
Reference in New Issue
Block a user