From 7479c25e7aa09a382b10f17efb578cfa347aba02 Mon Sep 17 00:00:00 2001 From: yoan <536464346@qq.com> Date: Fri, 30 Aug 2024 23:50:11 +0800 Subject: [PATCH] To optimize Docker image size. --- .github/workflows/push_image.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index 100cf8d6..0e4f28f5 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -13,14 +13,6 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Set up Go - uses: actions/setup-go@v5 - with: - go-version: ">=1.22.5" - - - name: Build certimate - run: go build -o certimate - - name: Set up QEMU uses: docker/setup-qemu-action@v3