mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-25 23:49:58 +00:00
Compare commits
1 Commits
v0.3.2
...
v0.1.0-rel
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
24b880f982 |
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -155,6 +155,12 @@ jobs:
|
|||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Login to Dockerhub
|
||||||
|
uses: docker/login-action@v2
|
||||||
|
with:
|
||||||
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
uses: docker/setup-qemu-action@v2
|
uses: docker/setup-qemu-action@v2
|
||||||
|
|
||||||
@@ -168,4 +174,6 @@ jobs:
|
|||||||
file: ./docker/ci/Dockerfile
|
file: ./docker/ci/Dockerfile
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: ghcr.io/greptimeteam/greptimedb:${{ github.ref_name }}
|
tags: |
|
||||||
|
ghcr.io/greptimeteam/greptimedb:${{ github.ref_name }}
|
||||||
|
greptime/greptimedb:${{ github.ref_name }}
|
||||||
|
|||||||
Reference in New Issue
Block a user