Skip to content

Commit c51d61f

Browse files
committed
fix vchord-cnpg build
Signed-off-by: xieydd <xieydd@gmail.com>
1 parent beaf310 commit c51d61f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release_vchord_cnpg.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
version:
77
description: 'Image version tag (e.g. 0.1.0)'
88
required: true
9-
default: '0.1.0'
109

1110
jobs:
1211
get-versions:
@@ -77,8 +76,8 @@ jobs:
7776
- name: Login to Docker Hub
7877
uses: docker/login-action@v3
7978
with:
80-
username: ${{ secrets.DOCKERIO_USERNAME }}
81-
password: ${{ secrets.DOCKERIO_TOKEN }}
79+
username: ${{ secrets.DOCKERIO_MODELZ_USERNAME }}
80+
password: ${{ secrets.DOCKERIO_MODELZ_TOKEN }}
8281

8382
- name: Build and push Docker image
8483
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)