Skip to content

Commit

Permalink
Chg
Browse files Browse the repository at this point in the history
  • Loading branch information
nag763 committed Aug 31, 2024
1 parent f741f88 commit 25882d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker_refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install docker compose
run: sudo apt-get update; sudo apt-get install docker-compose -y
- name: Cat file
run: cat ./docker-compose.yml
- name: Build project
run: docker-compose build --parallel
working-directory: ./

0 comments on commit 25882d7

Please sign in to comment.