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