diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3fd846fe..4ad58b4e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,6 +20,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + fetch-depth: '0' - name: Build the Docker image run: docker build -t lando . @@ -32,6 +34,8 @@ jobs: id-token: write steps: - uses: actions/checkout@v4 + with: + fetch-depth: '0' - uses: docker/setup-buildx-action@v2 - id: gcp-auth name: Google authentication