diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 312195a..37c7577 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@master - name: Build Docker Compose 🏗️ - run: docker-compose build + run: docker compose build - name: Login to GitHub Container Registry 🔓 uses: docker/login-action@v2 @@ -25,7 +25,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Docker Compose 🪖 - run: docker-compose push + run: docker compose push # - name: Create Github Release # uses: actions/create-release@v1