fix: resolve issue where CI env was failing due to dependency change (#2668)
This commit is contained in:
parent
45b2681db0
commit
694ccff543
|
|
@ -15,6 +15,7 @@ jobs:
|
|||
env:
|
||||
IMAGE_REPO: 'localhost:5000'
|
||||
REGISTRY: 'localhost:5000'
|
||||
DOCKER_BUILDKIT: '0'
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Reference in New Issue