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