From 07591ff56fee5a9db8c4eec5056210ede7a8546a Mon Sep 17 00:00:00 2001 From: GuillaumeGANGLOFF <148479543+GuillaumeGANGLOFF@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:15:35 +0200 Subject: [PATCH] Update service-eat-deploy.yml --- .github/workflows/service-eat-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) 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