From 23a5dbc7966a44f9349ed81c505a4318aeb952a0 Mon Sep 17 00:00:00 2001 From: Cristian Miranda Date: Mon, 5 Aug 2024 00:24:26 -0300 Subject: [PATCH] :bug: github[actions]: docker-compose > docker compose --- .github/workflows/dotbot-anonymous.yml | 2 +- .github/workflows/dotbot-linux.yml | 2 +- .github/workflows/dotbot-macos.yml | 2 +- .github/workflows/dotbot-server.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotbot-anonymous.yml b/.github/workflows/dotbot-anonymous.yml index 2ec9cb27..214db210 100644 --- a/.github/workflows/dotbot-anonymous.yml +++ b/.github/workflows/dotbot-anonymous.yml @@ -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 diff --git a/.github/workflows/dotbot-linux.yml b/.github/workflows/dotbot-linux.yml index 27326555..1aed9125 100644 --- a/.github/workflows/dotbot-linux.yml +++ b/.github/workflows/dotbot-linux.yml @@ -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 diff --git a/.github/workflows/dotbot-macos.yml b/.github/workflows/dotbot-macos.yml index 5d198e59..8fd93c33 100644 --- a/.github/workflows/dotbot-macos.yml +++ b/.github/workflows/dotbot-macos.yml @@ -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 diff --git a/.github/workflows/dotbot-server.yml b/.github/workflows/dotbot-server.yml index f4b6884d..bd853bad 100644 --- a/.github/workflows/dotbot-server.yml +++ b/.github/workflows/dotbot-server.yml @@ -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