From c8fff39534c6ecc65650698608a92f70d320df98 Mon Sep 17 00:00:00 2001 From: yoan <536464346@qq.com> Date: Fri, 30 Aug 2024 22:33:56 +0800 Subject: [PATCH] To optimize Docker image size. --- .github/workflows/push_image.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index 69188137..e6b36f6a 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -10,6 +10,9 @@ jobs: runs-on: ubuntu-latest steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Set up Go uses: actions/setup-go@v5 with: @@ -18,9 +21,6 @@ jobs: - name: Build certimate run: go build -o certimate - - name: Checkout code - uses: actions/checkout@v4 - - name: Set up QEMU uses: docker/setup-qemu-action@v3