diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index a353c49..9d9d356 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -117,7 +117,7 @@ jobs: OWNER=$(echo "${{ github.repository_owner }}" | tr '[:upper:]' '[:lower:]') cd try-margo/plugfest202607/apps/edge-app/application-description/ echo "${{ secrets.GITHUB_TOKEN }}" | oras login ghcr.io -u ${{ github.actor }} --password-stdin - oras push ghcr.io/$OWNER/edge-app-helm-app-package:latest \ + oras push ghcr.io/$OWNER/emregistry-mvs1-edge-app-helm-app-package:latest \ --artifact-type "application/vnd.margo.app.v1+json" \ margo.yaml:application/vnd.margo.app.description.v1+yaml diff --git a/try-margo/plugfest202607/apps/edge-app/application-description/margo.yaml b/try-margo/plugfest202607/apps/edge-app/application-description/margo.yaml index 64b9a83..a2ae75d 100644 --- a/try-margo/plugfest202607/apps/edge-app/application-description/margo.yaml +++ b/try-margo/plugfest202607/apps/edge-app/application-description/margo.yaml @@ -23,4 +23,4 @@ deploymentProfiles: components: - name: edge-app-docker properties: - packageLocation: https://raw.githubusercontent.com/oomichi-melco/try-margo/refs/heads/main/try-margo/plugfest202607/apps/edge-app/docker-compose/compose.yaml + packageLocation: http://emregistry-mvs1.opep.cdm.se.com:5000/compose.yaml diff --git a/try-margo/plugfest202607/apps/edge-app/docker-compose/compose.yaml b/try-margo/plugfest202607/apps/edge-app/docker-compose/compose.yaml index 29fe90d..2361ee2 100644 --- a/try-margo/plugfest202607/apps/edge-app/docker-compose/compose.yaml +++ b/try-margo/plugfest202607/apps/edge-app/docker-compose/compose.yaml @@ -1,4 +1,4 @@ services: main: - image: ghcr.io/oomichi-melco/edge-app:develop + image: emregistry-mvs1.opep.cdm.se.com:5000/edge-app:develop container_name: melcoedgeapp