Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c3ecc9c

Browse files
authoredMay 14, 2023
Merge branch 'eclipse-tractusx:main' into feat/netpol
2 parents d1dab2e + d049ffa commit c3ecc9c

File tree

44 files changed

+2229
-35
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+2229
-35
lines changed
 

‎.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ updates:
3636
-
3737
package-ecosystem: "docker"
3838
target-branch: main
39-
directory: ./edc-controlplane/edc-controlplane-postgresql/src/main/docker/
39+
directory: ./edc-controlplane/edc-controlplane-postgresql-azure-vault/src/main/docker/
4040
labels:
4141
- "dependabot"
4242
- "docker"

‎.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
variant: [ { dir: edc-controlplane, img: edc-runtime-memory },
7979
{ dir: edc-controlplane, img: edc-controlplane-memory-hashicorp-vault },
8080
{ dir: edc-controlplane, img: edc-controlplane-postgresql-hashicorp-vault },
81-
{ dir: edc-controlplane, img: edc-controlplane-postgresql },
81+
{ dir: edc-controlplane, img: edc-controlplane-postgresql-azure-vault },
8282
{ dir: edc-dataplane, img: edc-dataplane-azure-vault },
8383
{ dir: edc-dataplane, img: edc-dataplane-hashicorp-vault } ]
8484
permissions:

0 commit comments

Comments
 (0)
Please sign in to comment.