fix: .rootless

This commit is contained in:
Jason Song 2023-06-12 18:15:45 +08:00
parent edc4a2853c
commit 65a077ebc6
No known key found for this signature in database
GPG key ID: 8402EEEE4511A8B5
2 changed files with 2 additions and 2 deletions

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

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