ci(release.yml): provide all required input to test-deployments (#5603)

This commit is contained in:
Iain Sproat
2025-09-30 11:22:32 +01:00
committed by GitHub
parent 7282e4dadb
commit 681f65655d
+5 -3
View File
@@ -67,9 +67,11 @@ jobs:
uses: ./.github/workflows/deployment-tests.yml
with:
IMAGE_VERSION_TAG: ${{ needs.get-version.outputs.IMAGE_VERSION_TAG }}
REGISTRY_USERNAME: 'speckledevops'
IMAGE_PREFIX: 'speckle'
secrets: inherit
REGISTRY_DOMAIN: 'ghcr.io'
REGISTRY_USERNAME: ${{ github.actor }}
IMAGE_PREFIX: 'ghcr.io/specklesystems'
secrets:
REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
deploy:
needs: [get-version, tests, builds, test-deployments, get-chart-name]