Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
@@ -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
Loading