Skip to content

Commit

Permalink
🐛 github[actions]: docker-compose > docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianmiranda committed Aug 5, 2024
1 parent 35f835f commit 23a5dbc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotbot-anonymous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Create docker container
run: docker-compose up -d dots
run: docker compose up -d dots
- name: Sync submodules
run: docker exec dots bash -c "git -C /home/cmiranda/dotfiles submodule sync --recursive && git submodule update --init --recursive /home/cmiranda/dotfiles"
- name: Run dotbot sync
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotbot-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Create docker container
run: docker-compose up -d dots
run: docker compose up -d dots
- name: Sync submodules
run: docker exec dots bash -c "git -C /home/cmiranda/dotfiles submodule sync --recursive && git submodule update --init --recursive /home/cmiranda/dotfiles"
- name: Run dotbot sync
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotbot-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Create docker container
run: docker-compose up -d dots
run: docker compose up -d dots
- name: Sync submodules
run: docker exec dots bash -c "git -C /home/cmiranda/dotfiles submodule sync --recursive && git submodule update --init --recursive /home/cmiranda/dotfiles"
- name: Run dotbot sync
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotbot-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Create docker container
run: docker-compose up -d dots
run: docker compose up -d dots
- name: Sync submodules
run: docker exec dots bash -c "git -C /home/cmiranda/dotfiles submodule sync --recursive && git submodule update --init --recursive /home/cmiranda/dotfiles"
- name: Run dotbot sync
Expand Down

0 comments on commit 23a5dbc

Please sign in to comment.