From 65a077ebc6c88e4249d47f75a788fc62c9817fc2 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Mon, 12 Jun 2023 18:15:45 +0800 Subject: [PATCH] fix: .rootless --- .gitea/workflows/release-nightly.yml | 2 +- .gitea/workflows/release-tag.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release-nightly.yml b/.gitea/workflows/release-nightly.yml index 107c34f..053d6c7 100644 --- a/.gitea/workflows/release-nightly.yml +++ b/.gitea/workflows/release-nightly.yml @@ -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 diff --git a/.gitea/workflows/release-tag.yml b/.gitea/workflows/release-tag.yml index 7b3f81f..e7c1173 100644 --- a/.gitea/workflows/release-tag.yml +++ b/.gitea/workflows/release-tag.yml @@ -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