Skip to content

Commit

Permalink
🐞 fix: Add setup-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Feb 20, 2024
1 parent a0dfd7f commit 8745dc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/console_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v4

- uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand All @@ -113,6 +116,9 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v4

- uses: docker-practice/actions-setup-docker@master
timeout-minutes: 12

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

0 comments on commit 8745dc1

Please sign in to comment.