Skip to content

Commit 5aacd67

Browse files
committed
feat: login to docker
1 parent a88234d commit 5aacd67

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/0-core-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919
cache: 'npm'
20+
- name: Log in to Docker Hub
21+
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin
2022
- name: Start Redis
2123
uses: supercharge/redis-github-action@1.4.0
2224
- name: Install modules

.github/workflows/automated.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v3
14+
- name: Log in to Docker Hub
15+
run: echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin
1416
- name: Start Redis
1517
uses: supercharge/redis-github-action@1.4.0
1618
- name: Use Node.js 22

0 commit comments

Comments
 (0)