Skip to content

Commit 7aa2170

Browse files
committed
Add docker/login-action to hypha ci action.
1 parent 3117bbd commit 7aa2170

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/hypha-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ jobs:
2626
- name: Run pre-commit
2727
uses: pre-commit/action@v3.0.1
2828

29+
login:
30+
runs-on: ubuntu-latest
31+
steps:
32+
- name: Login to Docker Hub
33+
uses: docker/login-action@v4
34+
with:
35+
username: ${{ vars.DOCKERHUB_USERNAME }}
36+
password: ${{ secrets.DOCKERHUB_TOKEN }}
37+
2938
django-checks:
3039
runs-on: ubuntu-latest
3140
timeout-minutes: 5

0 commit comments

Comments
 (0)