Compare commits

...

2 Commits

Author SHA1 Message Date
ZePan110
ec9db1a3e1 Merge branch 'main' into nightly-cancel 2025-05-06 16:35:38 +08:00
ZePan110
faf6250590 Fix 1.
Signed-off-by: ZePan110 <ze.pan@intel.com>
2025-05-06 16:17:10 +08:00

View File

@@ -9,7 +9,7 @@ on:
workflow_dispatch: workflow_dispatch:
env: env:
EXAMPLES: ${{ vars.NIGHTLY_RELEASE_EXAMPLES }} EXAMPLES: CodeGen,CodeTrans #${{ vars.NIGHTLY_RELEASE_EXAMPLES }}
TAG: "latest" TAG: "latest"
PUBLISH_TAGS: "latest" PUBLISH_TAGS: "latest"
@@ -75,7 +75,7 @@ jobs:
publish: publish:
needs: [get-build-matrix, get-image-list, build-images] needs: [get-build-matrix, get-image-list, build-images]
if: always() if: ${{ success() }}
strategy: strategy:
matrix: matrix:
image: ${{ fromJSON(needs.get-image-list.outputs.matrix) }} image: ${{ fromJSON(needs.get-image-list.outputs.matrix) }}