Skip to content

Commit 4abe7b6

Browse files
committed
fix params for extended ci-integration call
1 parent b4981ce commit 4abe7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Dagger module to call. Local or Git
3030
module: .
3131
# 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/
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/
3333
- name: Unittest Report
3434
uses: dorny/[email protected]
3535
with:

0 commit comments

Comments
 (0)