Skip to content

Commit

Permalink
action: Rename CICD to CD (pingcap#193)
Browse files Browse the repository at this point in the history
Signed-off-by: Wish <breezewish@outlook.com>
  • Loading branch information
breezewish authored May 11, 2024
1 parent 1dc4e07 commit 1411905
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml → .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CICD
name: CD

on:
workflow_dispatch:
Expand Down Expand Up @@ -94,9 +94,9 @@ jobs:
run: |
# Remove the local manifest entry if it exists
docker manifest rm hub.pingcap.net/keyspace/tiflash:v7.5.0 || true
docker manifest create hub.pingcap.net/keyspace/tiflash:v7.5.0 \
--amend hub.pingcap.net/sunxiaoguang/serverless/tiflash:${{ github.sha }}-amd64 \
--amend hub.pingcap.net/sunxiaoguang/serverless/tiflash:${{ github.sha }}-arm64
docker manifest push hub.pingcap.net/keyspace/tiflash:v7.5.0

0 comments on commit 1411905

Please sign in to comment.