Skip to content

Commit

Permalink
fix: client docker workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lwestfall committed Dec 15, 2023
1 parent 2e0f562 commit 3bdfa26
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/server-client-prod-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "*"

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/server-client-test-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "*"

- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 3bdfa26

Please sign in to comment.