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 b4981ce commit 4abe7b6Copy full SHA for 4abe7b6
.github/workflows/dagger.yaml
@@ -29,7 +29,7 @@ jobs:
29
# Dagger module to call. Local or Git
30
module: .
31
# Arguments to pass to CLI
32
- args: ci-integration --pass=true --dir=./ --registry-address=${{ env.REGISTRY_ADDRESS }} --registry-username=${{ env.REGISTRY_USERNAME }} --registry-password=env:{{ env.REGISTRY_PASSWORD }} export --path=./reports/
+ args: ci-integration --pass=true --dir=./ --registry-address=${{ env.REGISTRY_ADDRESS }} --registry-username=${{ env.REGISTRY_USERNAME }} --registry-password=env:${{ env.REGISTRY_PASSWORD }} export --path=./reports/
33
- name: Unittest Report
34
uses: dorny/[email protected]
35
with:
0 commit comments