Skip to content

Commit

Permalink
Update build-docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Nov 6, 2023
1 parent 4502f17 commit bd9dea8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

# ghcr.io/openim-sigs/openim-bash-image:latest
# ghcr.io/openim-sigs/openim-base-image:latest
- name: Extract metadata (tags, labels) for Docker
id: meta3
uses: docker/[email protected]
with:
images: ghcr.io/openim-sigs/openim-bash-image
images: ghcr.io/openim-sigs/openim-base-image

- name: Log in to GitHub Container Registry
uses: docker/login-action@v2
Expand Down Expand Up @@ -71,12 +71,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

# docker.io/openim/openim-bash-image:latest
# docker.io/openim/openim-base-image:latest
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/[email protected]
with:
images: openim/openim-bash-image
images: openim/openim-base-image
# generate Docker tags based on the following events/attributes
tags: |
type=schedule
Expand Down Expand Up @@ -112,12 +112,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

# registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-bash-image:latest
# registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-base-image:latest
- name: Extract metadata (tags, labels) for Docker
id: meta2
uses: docker/[email protected]
with:
images: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-bash-image
images: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-base-image

- name: Log in to AliYun Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit bd9dea8

Please sign in to comment.