From 4e510bb452408c04e30cd0f9f10a322437e5d543 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 5 May 2024 19:11:19 +0800 Subject: [PATCH] chore: update ci --- .github/workflows/push_latest_docker.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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