Skip to content

Commit

Permalink
test env in ci action yml[ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
wangguoteng.p committed Mar 30, 2023
1 parent b55d2f5 commit ff5e335
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -402,9 +402,10 @@ jobs:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERIO_USERNAME }}
username: ${{ secrets.DOCKERIO_USERNAME }}
password: ${{ secrets.DOCKERIO_PASSWORD }}


- name: Build and push
id: docker_build
run: |
Expand Down

0 comments on commit ff5e335

Please sign in to comment.