|
|
@ -77,7 +77,7 @@ jobs:
|
|
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
|
|
labels: ${{ steps.meta.outputs.labels }}
|
|
|
|
labels: ${{ steps.meta.outputs.labels }}
|
|
|
|
|
|
|
|
|
|
|
|
# ghcr.io/openim/openim-server:latest
|
|
|
|
# ghcr.io/openimsdk/openim-server:latest
|
|
|
|
- name: Log in to GitHub Container Registry
|
|
|
|
- name: Log in to GitHub Container Registry
|
|
|
|
uses: docker/login-action@v2
|
|
|
|
uses: docker/login-action@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
@ -89,7 +89,7 @@ jobs:
|
|
|
|
id: meta3
|
|
|
|
id: meta3
|
|
|
|
uses: docker/metadata-action@v4.6.0
|
|
|
|
uses: docker/metadata-action@v4.6.0
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
images: openim/openim-server
|
|
|
|
images: ghcr.io/openimsdk/openim-server
|
|
|
|
|
|
|
|
|
|
|
|
- name: Build and push Docker image
|
|
|
|
- name: Build and push Docker image
|
|
|
|
uses: docker/build-push-action@v4
|
|
|
|
uses: docker/build-push-action@v4
|
|
|
|