Compare commits
1 Commits
main
...
test-night
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7025f4984f |
@@ -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) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user