diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index c882b45..67064ce 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -29,7 +29,7 @@ jobs: - name: Build image run: | - docker build -t code.bcarlin.net/oci/browsers:latest . + docker build --no-cache -t code.bcarlin.net/oci/browsers:latest . - name: Push image run: |