Skip to content

Commit

Permalink
for test 1
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <[email protected]>
  • Loading branch information
chensuyue committed Nov 4, 2024
1 parent 234695a commit 47ec2cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly-docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
get-image-list:
uses: ./.github/workflows/_get-image-list.yml
with:
examples: ${{ env.EXAMPLES }}
examples: env.EXAMPLES

publish:
needs: [get-image-list, build]
Expand All @@ -60,6 +60,6 @@ jobs:
- name: Image Publish
uses: opea-project/validation/actions/image-publish@main
with:
local_image_ref: ${OPEA_IMAGE_REPO}opea/${{ matrix.image }}:${{ env.TAG }}
local_image_ref: ${OPEA_IMAGE_REPO}opea/${{ matrix.image }}:env.TAG
image_name: opea/${{ matrix.image }}
publish_tags: ${{ env.PUBLISH_TAGS }}
publish_tags: env.PUBLISH_TAGS

0 comments on commit 47ec2cd

Please sign in to comment.