Преглед изворни кода

ci: Container options in verify.yml negaetes the options in the runner configuration

Fijxu пре 2 година
родитељ
комит
a7fd09e27f
1 измењених фајлова са 4 додато и 5 уклоњено
  1. 4 5
      .forgejo/workflows/verify.yml

+ 4 - 5
.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: