We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beaf310 commit c51d61fCopy full SHA for c51d61f
.github/workflows/release_vchord_cnpg.yml
@@ -6,7 +6,6 @@ on:
6
version:
7
description: 'Image version tag (e.g. 0.1.0)'
8
required: true
9
- default: '0.1.0'
10
11
jobs:
12
get-versions:
@@ -77,8 +76,8 @@ jobs:
77
76
- name: Login to Docker Hub
78
uses: docker/login-action@v3
79
with:
80
- username: ${{ secrets.DOCKERIO_USERNAME }}
81
- password: ${{ secrets.DOCKERIO_TOKEN }}
+ username: ${{ secrets.DOCKERIO_MODELZ_USERNAME }}
+ password: ${{ secrets.DOCKERIO_MODELZ_TOKEN }}
82
83
- name: Build and push Docker image
84
uses: docker/build-push-action@v4
0 commit comments