diff --git a/.github/workflows/release-image-api.yml b/.github/workflows/release-image-api.yml index 96caae95246dc9..8a03868cd319ef 100644 --- a/.github/workflows/release-image-api.yml +++ b/.github/workflows/release-image-api.yml @@ -64,7 +64,7 @@ jobs: context: "{{defaultContext}}:api" platforms: linux/arm64 push: true - tags: ${{ env.REGISTRY_HOST }}/kindlingx/apo-dify-api:${{ inputs.tag }}-arm64 + tags: ${{ env.REGISTRY_HOST }}/originx/apo-dify-api:${{ inputs.tag }} cache-from: type=gha,scope=dify-api-arm64 cache-to: type=gha,mode=max,scope=dify-api-arm64 diff --git a/.github/workflows/release-image-web.yml b/.github/workflows/release-image-web.yml index 06460bdc90aeb2..2817ef268681f7 100644 --- a/.github/workflows/release-image-web.yml +++ b/.github/workflows/release-image-web.yml @@ -63,7 +63,7 @@ jobs: context: "{{defaultContext}}:web" platforms: linux/arm64 push: true - tags: ${{ env.REGISTRY_HOST }}/kindlingx/apo-dify-web:${{ inputs.tag }}-arm64 + tags: ${{ env.REGISTRY_HOST }}/originx/apo-dify-web:${{ inputs.tag }} cache-from: type=gha,scope=dify-web-arm64 cache-to: type=gha,mode=max,scope=dify-web-arm64