Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
brian030128 committed Jun 24, 2024
1 parent 1b0b24b commit efa152a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2

env:
DOCKER_REGISTRY_HOST: ${{ secrets.DOCKER_REGISTRY_HOST }}
DOCKER_REGISTRY_USER: ${{ secrets.DOCKER_REGISTRY_USER }}
DOCKER_REGISTRY_PWD: ${{ secrets.DOCKER_REGISTRY_PWD }}
- name: Log in to Docker Hub
run: echo "${DOCKER_REGISTRY_PWD}" | docker login "${DOCKER_REGISTRY_HOST}" --username "${DOCKER_REGISTRY_USER}" --password-stdin

Expand Down

0 comments on commit efa152a

Please sign in to comment.