Skip to content

Commit

Permalink
Action: change package org name
Browse files Browse the repository at this point in the history
  • Loading branch information
meta-d committed Nov 21, 2024
1 parent 0f4edf8 commit 91f33e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-build-publish-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
load: true
platforms: linux/amd64
tags: |
ghcr.io/meta-d/xpert-api-demo:latest
ghcr.io/xpert-ai/xpert-api-demo:latest
metadc/xpert-api-demo:latest
registry.cn-hangzhou.aliyuncs.com/metad/xpert-api-demo:latest
cache-from: type=registry,ref=metadc/xpert-api-demo:latest
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Push to Github Registry
run: |
docker push ghcr.io/meta-d/xpert-api-demo:latest
docker push ghcr.io/xpert-ai/xpert-api-demo:latest
- uses: aliyun/acr-login@v1
with:
Expand All @@ -80,7 +80,7 @@ jobs:
load: true
platforms: linux/amd64
tags: |
ghcr.io/meta-d/xpert-webapp-demo:latest
ghcr.io/xpert-ai/xpert-webapp-demo:latest
metadc/xpert-webapp-demo:latest
registry.cn-hangzhou.aliyuncs.com/metad/xpert-webapp-demo:latest
cache-from: type=registry,ref=metadc/xpert-webapp-demo:latest
Expand All @@ -107,7 +107,7 @@ jobs:

- name: Push to Github Registry
run: |
docker push ghcr.io/meta-d/xpert-webapp-demo:latest
docker push ghcr.io/xpert-ai/xpert-webapp-demo:latest
- uses: aliyun/acr-login@v1
with:
Expand Down

0 comments on commit 91f33e2

Please sign in to comment.