diff --git a/.forgejo/workflows/verify.yml b/.forgejo/workflows/verify.yml
index e3791680332aa02efe1e3d08e9f5fec31bd6a51d..d55df43ea2dbabcf4261b68bc7d58fa6e94a31c3 100644
--- a/.forgejo/workflows/verify.yml
+++ b/.forgejo/workflows/verify.yml
@@ -20,8 +20,7 @@ jobs:
   format:
     name: 'Verify Format'
     runs-on: ubuntu-latest
-    container:
-      image: fijxu/build-environments:linux-clang-format
+    container: fijxu/build-environments:linux-clang-format
     steps:
       - uses: https://code.forgejo.org/actions/checkout@v3
         with:
@@ -47,9 +46,9 @@ jobs:
             image: linux-fresh
           - type: windows
             image: linux-mingw
-    container:
-      image: fijxu/build-environments:${{ matrix.image }}
-      options: -u 1001
+    container: fijxu/build-environments:${{ matrix.image }}
+      # User 1001 doesn't exists on the images.
+      # options: -u 1001
     steps:
       - uses: https://code.forgejo.org/actions/checkout@v3
         with: