Skip to content

Commit

Permalink
add params for extended ci-integration call
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Feb 4, 2025
1 parent b4c987e commit b4981ce
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
- uses: actions/checkout@v4
- name: 'pipeline'
uses: dagger/[email protected]
env:
REGISTRY_ADDRESS: "ttl.sh/ptime/test:latest"
REGISTRY_USERNAME: "joe"
REGISTRY_PASSWORD: "password"
#REGISTRY_PASSWORD: ${{ secrets.REGISTRY_TOKEN }}
with:
# Dagger Version
version: 0.15.3
Expand All @@ -24,7 +29,7 @@ jobs:
# Dagger module to call. Local or Git
module: .
# Arguments to pass to CLI
args: ci-integration --pass=true --dir=./ 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/
- name: Unittest Report
uses: dorny/[email protected]
with:
Expand Down

0 comments on commit b4981ce

Please sign in to comment.