Update ci.yml
Browse files- .github/workflows/ci.yml +1 -0
.github/workflows/ci.yml
CHANGED
|
@@ -83,6 +83,7 @@ jobs:
|
|
| 83 |
context: .
|
| 84 |
target: production
|
| 85 |
push: false
|
|
|
|
| 86 |
tags: codelens-env:ci-${{ github.sha }}
|
| 87 |
cache-from: type=gha
|
| 88 |
cache-to: type=gha,mode=max
|
|
|
|
| 83 |
context: .
|
| 84 |
target: production
|
| 85 |
push: false
|
| 86 |
+
load: true
|
| 87 |
tags: codelens-env:ci-${{ github.sha }}
|
| 88 |
cache-from: type=gha
|
| 89 |
cache-to: type=gha,mode=max
|