diff --git a/.gitea/workflows/build-image.yaml b/.gitea/workflows/build-image.yaml index 1dc1262..cb7d433 100644 --- a/.gitea/workflows/build-image.yaml +++ b/.gitea/workflows/build-image.yaml @@ -15,12 +15,6 @@ jobs: image: catthehacker/ubuntu:act-latest steps: - - name: Setup Golang - uses: actions/setup-go@v3 - with: - go-version: '>=1.21.0' - cache: false - - name: Checkout Code uses: actions/checkout@v3 @@ -32,7 +26,6 @@ jobs: flavor: | latest=true tags: | - type=ref,event=branch type=raw,value={{date 'YYYYMMDD' tz='Asia/Shanghai'}} - name: Print Tags @@ -51,6 +44,7 @@ jobs: uses: docker/build-push-action@v2 with: push: true + no-cache: true tags: ${{ steps.gen_tags.outputs.tags }} labels: ${{ steps.gen_tags.outputs.labels }}