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.
1 parent a88234d commit 5aacd67Copy full SHA for 5aacd67
2 files changed
.github/workflows/0-core-test.yml
@@ -17,6 +17,8 @@ jobs:
17
with:
18
node-version: ${{ matrix.node-version }}
19
cache: 'npm'
20
+ - name: Log in to Docker Hub
21
+ run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin
22
- name: Start Redis
23
uses: supercharge/redis-github-action@1.4.0
24
- name: Install modules
.github/workflows/automated.yml
@@ -11,6 +11,8 @@ jobs:
11
12
steps:
13
- uses: actions/checkout@v3
14
15
16
- name: Use Node.js 22
0 commit comments