Skip to content

Commit 521a483

Browse files
authored
Update continious_integration.yml
1 parent 120617e commit 521a483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continious_integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
workflow_dispatch:
2020
env:
2121
REGISTRY: ghcr.io
22-
REGISTRY_NAMESPACE: possible-x
22+
REGISTRY_NAMESPACE: dataport
2323
K8S_NAMESPACE: ${{ github.ref == 'refs/heads/main' && 'mvd-001-demo' || 'edc-dev' }}
2424
POSTGRES_USER: postgres
2525
POSTGRES_PASSWORD: postgres
@@ -103,4 +103,4 @@ jobs:
103103
env:
104104
KUBE_CONFIG: ${{ secrets.KUBECONFIG }}
105105
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 }} "

0 commit comments

Comments
 (0)