Skip to content

Commit 47ec2cd

Browse files
committed
for test 1
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent 234695a commit 47ec2cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly-docker-build-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
get-image-list:
4444
uses: ./.github/workflows/_get-image-list.yml
4545
with:
46-
examples: ${{ env.EXAMPLES }}
46+
examples: env.EXAMPLES
4747

4848
publish:
4949
needs: [get-image-list, build]
@@ -60,6 +60,6 @@ jobs:
6060
- name: Image Publish
6161
uses: opea-project/validation/actions/image-publish@main
6262
with:
63-
local_image_ref: ${OPEA_IMAGE_REPO}opea/${{ matrix.image }}:${{ env.TAG }}
63+
local_image_ref: ${OPEA_IMAGE_REPO}opea/${{ matrix.image }}:env.TAG
6464
image_name: opea/${{ matrix.image }}
65-
publish_tags: ${{ env.PUBLISH_TAGS }}
65+
publish_tags: env.PUBLISH_TAGS

0 commit comments

Comments
 (0)