Skip to content

Commit c007ad9

Browse files
committed
fix image tag reference
1 parent 2b4a2af commit c007ad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests-selectable.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ jobs:
265265
MCLI_ORG_ID: ${{ secrets.ATLAS_ORG_ID}}
266266
MCLI_PUBLIC_API_KEY: ${{ secrets.ATLAS_PUBLIC_KEY }}
267267
MCLI_PRIVATE_API_KEY: ${{ secrets.ATLAS_PRIVATE_KEY }}
268-
IMAGE_URL: "${{ env.GHCR_REPO }}:${{ steps.detect-tests.outputs.image_tag }}"
269-
BUNDLE_IMAGE: "${{ env.GHCR_BUNDLES_REPO}}:${{ steps.detect-tests.outputs.image_tag }}"
268+
IMAGE_URL: "${{ env.GHCR_REPO }}:${{ needs.detect-tests.outputs.image_tag }}"
269+
BUNDLE_IMAGE: "${{ env.GHCR_BUNDLES_REPO}}:${{ needs.detect-tests.outputs.image_tag }}"
270270
IMAGE_PULL_SECRET_REGISTRY: ghcr.io
271271
IMAGE_PULL_SECRET_USERNAME: $
272272
IMAGE_PULL_SECRET_PASSWORD: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)