Skip to content

Commit b2de01d

Browse files
committed
Update ci.yml
1 parent 44e5fca commit b2de01d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ jobs:
7575
timeout-minutes: 15
7676
runs-on: ubuntu-18.04
7777
steps:
78-
- uses: actions/checkout@v2
78+
- name: Checkout repository
79+
uses: actions/checkout@v2
80+
- name: Set up Docker Buildx
81+
uses: docker/setup-buildx-action@v1
7982
- name: Build docker image
8083
uses: docker/build-push-action@v2
8184
with:
@@ -85,8 +88,6 @@ jobs:
8588
timeout-minutes: 5
8689
runs-on: ubuntu-18.04
8790
steps:
88-
- name: Set up Docker Buildx
89-
uses: docker/setup-buildx-action@v1
9091
- uses: actions/checkout@v2
9192
- name: Check NPM lock file version
9293
uses: mansona/npm-lockfile-version@v1

0 commit comments

Comments
 (0)