diff --git a/.github/workflows/service-eat-deploy.yml b/.github/workflows/service-eat-deploy.yml index d2b0cbe..983f740 100644 --- a/.github/workflows/service-eat-deploy.yml +++ b/.github/workflows/service-eat-deploy.yml @@ -14,6 +14,8 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 + with: + ref: service-eat - name: Build the Docker image run: docker compose build