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:
|
env:
|
||||||
IMAGE_REPO: 'localhost:5000'
|
IMAGE_REPO: 'localhost:5000'
|
||||||
REGISTRY: 'localhost:5000'
|
REGISTRY: 'localhost:5000'
|
||||||
|
DOCKER_BUILDKIT: '0'
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue