We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 234695a commit 47ec2cdCopy full SHA for 47ec2cd
.github/workflows/nightly-docker-build-publish.yml
@@ -43,7 +43,7 @@ jobs:
43
get-image-list:
44
uses: ./.github/workflows/_get-image-list.yml
45
with:
46
- examples: ${{ env.EXAMPLES }}
+ examples: env.EXAMPLES
47
48
publish:
49
needs: [get-image-list, build]
@@ -60,6 +60,6 @@ jobs:
60
- name: Image Publish
61
uses: opea-project/validation/actions/image-publish@main
62
63
- local_image_ref: ${OPEA_IMAGE_REPO}opea/${{ matrix.image }}:${{ env.TAG }}
+ local_image_ref: ${OPEA_IMAGE_REPO}opea/${{ matrix.image }}:env.TAG
64
image_name: opea/${{ matrix.image }}
65
- publish_tags: ${{ env.PUBLISH_TAGS }}
+ publish_tags: env.PUBLISH_TAGS
0 commit comments