Skip to content

Commit 33e2b67

Browse files
bugfix
1 parent 735dca1 commit 33e2b67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ on:
88
jobs:
99
docker:
1010
timeout-minutes: 10
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212

1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v1
1616

1717
- name: Start containers
18-
run: docker compose -f "docker-compose.yml" up -d --build
18+
run: docker-compose -f "docker-compose.yml" up -d --build
1919

2020
- name: Crawl
2121
run: |
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Stop containers
2727
if: always()
28-
run: docker compose -f "docker-compose.yml" down
28+
run: docker-compose -f "docker-compose.yml" down
2929

3030
- name: Deploy
3131
uses: JamesIves/github-pages-deploy-action@releases/v4

0 commit comments

Comments
 (0)