From 3cf1fe3fcbfdd962d5a25ef321735985e897eed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=9F=E5=AE=81?= Date: Thu, 24 Jul 2025 17:24:42 +0800 Subject: [PATCH] fixed-bug: unknown flag: --disable-content-trust --- .gitea/workflows/devstar-studio-dev-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/devstar-studio-dev-ci.yaml b/.gitea/workflows/devstar-studio-dev-ci.yaml index f3640734e5..1ff2b1c630 100644 --- a/.gitea/workflows/devstar-studio-dev-ci.yaml +++ b/.gitea/workflows/devstar-studio-dev-ci.yaml @@ -41,7 +41,7 @@ jobs: - name: 🔧 Test Codes and Build an Artifact run: | echo "Prepare to build repository code ${{ gitea.repository }}:${{ gitea.ref }}." - make docker + docker build -t gitea/gitea:latest . - name: 🚀 Push Artifact to devstar.cn and docker.io Registry run: | docker tag gitea/gitea:latest ${{ vars.DOCKER_REGISTRY_ADDRESS }}/${{ vars.DOCKER_REPOSITORY_ARTIFACT}}:rootless-dev-${{ gitea.sha }}