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