We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a88234d + 1482e45 commit c42cbdbCopy full SHA for c42cbdb
.github/workflows/0-core-test.yml
@@ -17,6 +17,11 @@ jobs:
17
with:
18
node-version: ${{ matrix.node-version }}
19
cache: 'npm'
20
+ - name: Log in to Docker Hub
21
+ uses: docker/login-action@v3
22
+ with:
23
+ username: ${{ secrets.DOCKERHUB_USERNAME }}
24
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
25
- name: Start Redis
26
uses: supercharge/[email protected]
27
- name: Install modules
.github/workflows/automated.yml
@@ -11,6 +11,11 @@ jobs:
11
12
steps:
13
- uses: actions/checkout@v3
14
15
16
- name: Use Node.js 22
0 commit comments