File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 env :
1414 REGISTRY_ADDRESS : " ttl.sh/ptime/test:latest"
1515 REGISTRY_USERNAME : " joe"
16- REGISTRY_PASSWORD : " password"
17- # REGISTRY_PASSWORD: ${{ secrets.REGISTRY_TOKEN }}
16+ # REGISTRY_PASSWORD: "password"
17+ REGISTRY_PASSWORD : ${{ secrets.REGISTRY_TOKEN }}
1818 with :
1919 # Dagger Version
2020 version : 0.15.3
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
34343535 with :
You can’t perform that action at this time.
0 commit comments