We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3117bbd commit 7aa2170Copy full SHA for 7aa2170
1 file changed
.github/workflows/hypha-ci.yml
@@ -26,6 +26,15 @@ jobs:
26
- name: Run pre-commit
27
uses: pre-commit/action@v3.0.1
28
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
+
38
django-checks:
39
runs-on: ubuntu-latest
40
timeout-minutes: 5
0 commit comments