fix(ci): manually build and push images
This commit is contained in:
parent
9375ae10c3
commit
abb2b3202c
@ -151,9 +151,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Build images
|
- name: Build images
|
||||||
run: |
|
run: |
|
||||||
readarray -td, anno < <( echo ${{ steps.meta.outputs.annotations }} )
|
readarray -td, anno < <( echo "${{ steps.meta.outputs.annotations }}" )
|
||||||
readarray -td, lbls < <( echo ${{ steps.meta.outputs.labels }} )
|
readarray -td, lbls < <( echo "${{ steps.meta.outputs.labels }}" )
|
||||||
readarray -td, tags < <( echo ${{ steps.meta.outputs.tags }} )
|
readarray -td, tags < <( echo "${{ steps.meta.outputs.tags }}" )
|
||||||
dkrannotations=""
|
dkrannotations=""
|
||||||
dkrlabels=""
|
dkrlabels=""
|
||||||
dkrtags=""
|
dkrtags=""
|
||||||
|
Loading…
Reference in New Issue
Block a user