fixed-bug: unknown flag: --disable-content-trust

This commit is contained in:
孟宁
2025-07-24 17:24:42 +08:00
repo.diff.parent f8c63c80b7
repo.diff.commit 3cf1fe3fcb

repo.diff.view_file

@@ -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 }}