Skip to content

Commit 8fde44b

Browse files
committed
fix(unit-test-workflow): remove docker login section
1 parent bc93d8e commit 8fde44b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/unit-test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
2020
- name: install requirements
2121
run: pip install -r requirements.txt
2222

23-
- name: docker login
24-
uses: docker/login-action@v3
25-
with:
26-
username: 81318131
27-
password: ${{ secrets.DOCKER_PASSWORD }}
2823

2924
- name: build services
3025
run: docker compose build

0 commit comments

Comments
 (0)