diff --git a/.github/workflows/build_system_image.yml b/.github/workflows/build_system_image.yml index f9afed9c..2d24ae2c 100644 --- a/.github/workflows/build_system_image.yml +++ b/.github/workflows/build_system_image.yml @@ -58,9 +58,9 @@ jobs: # - name: Use the head branch # run: echo "The head branch is ${{ github.event.pull_request.head.ref }}" - # - name: build image - # run: | - # rm -rf remittance_image_builder + - name: build image + run: | + rm -rf remittance_image_builder - name: build image # working-directory: /root/actions-runner run: |