diff --git a/.github/workflows/ci-app.yml b/.github/workflows/ci-app.yml index 01e73d2..8168ff8 100644 --- a/.github/workflows/ci-app.yml +++ b/.github/workflows/ci-app.yml @@ -36,11 +36,9 @@ jobs: - name: List files run: ls -R - working-directory: /blog-api-server - name: Docker Compose Build run: docker compose build - working-directory: /blog-api-server - name: Push to Docker Hub Container Registry run: |