fix: .rootless

This commit is contained in:
Jason Song committed 2023-06-12 18:15:45 +08:00
1 parent edc4a2853c
commit 65a077ebc6
2 files changed
+2 -2

No files matched your search

+1 -1
View File
@@ -96,7 +96,7 @@ jobs:
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
with:
context: .
file: ./Dockerfile
file: ./Dockerfile.rootless
platforms: |
linux/amd64
linux/arm64
+1 -1
View File
@@ -108,7 +108,7 @@ jobs:
ACTIONS_RUNTIME_TOKEN: '' # See https://gitea.com/gitea/act_runner/issues/119
with:
context: .
file: ./Dockerfile
file: ./Dockerfile.rootless
platforms: |
linux/amd64
linux/arm64