Skip to content

Commit b4981ce

Browse files
committed
add params for extended ci-integration call
1 parent b4c987e commit b4981ce

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/dagger.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- name: 'pipeline'
1212
uses: dagger/[email protected]
13+
env:
14+
REGISTRY_ADDRESS: "ttl.sh/ptime/test:latest"
15+
REGISTRY_USERNAME: "joe"
16+
REGISTRY_PASSWORD: "password"
17+
#REGISTRY_PASSWORD: ${{ secrets.REGISTRY_TOKEN }}
1318
with:
1419
# Dagger Version
1520
version: 0.15.3
@@ -24,7 +29,7 @@ jobs:
2429
# Dagger module to call. Local or Git
2530
module: .
2631
# Arguments to pass to CLI
27-
args: ci-integration --pass=true --dir=./ 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/
2833
- name: Unittest Report
2934
uses: dorny/[email protected]
3035
with:

0 commit comments

Comments
 (0)