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 a55c00f commit 1b0b24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/checkout@v2

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

- name: Build and push Docker image
run: make docker_push

0 comments on commit 1b0b24b

Please sign in to comment.