diff --git a/.github/workflows/push_latest_docker.yml b/.github/workflows/push_latest_docker.yml index be0a8326..96112cd7 100644 --- a/.github/workflows/push_latest_docker.yml +++ b/.github/workflows/push_latest_docker.yml @@ -23,6 +23,8 @@ jobs: steps: - name: Check out the repository uses: actions/checkout@v3 + with: + fetch-depth: 1 - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -56,7 +58,7 @@ jobs: - name: Check out the repository uses: actions/checkout@v2 with: - fetch-depth: 0 + fetch-depth: 1 - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -153,6 +155,8 @@ jobs: steps: - name: Check out the repository uses: actions/checkout@v2 + with: + fetch-depth: 1 - name: Set up QEMU uses: docker/setup-qemu-action@v3 @@ -247,6 +251,8 @@ jobs: steps: - name: Check out the repository uses: actions/checkout@v2 + with: + fetch-depth: 1 - name: Set up QEMU uses: docker/setup-qemu-action@v3