Commit 521a483 1 parent 120617e commit 521a483 Copy full SHA for 521a483
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 19
19
workflow_dispatch :
20
20
env :
21
21
REGISTRY : ghcr.io
22
- REGISTRY_NAMESPACE : possible-x
22
+ REGISTRY_NAMESPACE : dataport
23
23
K8S_NAMESPACE : ${{ github.ref == 'refs/heads/main' && 'mvd-001-demo' || 'edc-dev' }}
24
24
POSTGRES_USER : postgres
25
25
POSTGRES_PASSWORD : postgres
@@ -103,4 +103,4 @@ jobs:
103
103
env :
104
104
KUBE_CONFIG : ${{ secrets.KUBECONFIG }}
105
105
with :
106
- args : " set image deployment/provider-edc-possible-x-edc -n ${{ env.K8S_NAMESPACE }} possible-x-edc=${{ env.REGISTRY }}/${{ env.REGISTRY_NAMESPACE }}/connector:${{ github.sha }} "
106
+ args : " set image deployment/provider-edc-possible-x-edc -n ${{ env.K8S_NAMESPACE }} possible-x-edc=${{ env.REGISTRY }}/${{ env.REGISTRY_NAMESPACE }}/connector:${{ github.sha }} "
You can’t perform that action at this time.
0 commit comments