Skip to content

Commit

Permalink
refactor: update alicloud registry (#303)
Browse files Browse the repository at this point in the history
* refactor: update alicloud image registry

* feat: add git ignore
  • Loading branch information
daviderli614 authored Jul 12, 2023
1 parent 66ff2b4 commit cc2c53d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Login to AliCloud Container Registry
uses: docker/login-action@v2
with:
registry: registry.cn-hangzhou.aliyuncs.com
registry: greptime-registry.cn-hangzhou.cr.aliyuncs.com
username: ${{ secrets.ALICLOUD_USERNAME }}
password: ${{ secrets.ALICLOUD_PASSWORD }}

Expand Down Expand Up @@ -70,5 +70,5 @@ jobs:
tags: |
greptime/greptimedb-dashboard:latest
greptime/greptimedb-dashboard:${{ env.IMAGE_TAG }}
registry.cn-hangzhou.aliyuncs.com/greptime/greptimedb-dashboard:latest
registry.cn-hangzhou.aliyuncs.com/greptime/greptimedb-dashboard:${{ env.IMAGE_TAG }}
greptime-registry.cn-hangzhou.cr.aliyuncs.com/greptime/greptimedb-dashboard:latest
greptime-registry.cn-hangzhou.cr.aliyuncs.com/greptime/greptimedb-dashboard:${{ env.IMAGE_TAG }}
9 changes: 7 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
node_modules
.DS_Store
dist
dist-ssr
*.local
components.d.ts
auto-imports.d.ts
auto-imports.d.ts

# editor and IDE paraphernalia
.idea

# macOS
.DS_Store

0 comments on commit cc2c53d

Please sign in to comment.