Fix: remove debug flag and change metadata source

This commit is contained in:
2025-04-23 10:34:29 +08:00
parent d5fffd122d
commit f6597c1314

View File

@@ -60,7 +60,7 @@ runs:
- name: Setup Docker BuildX
uses: docker/setup-buildx-action@v3.10.0
with:
buildkitd-flags: --debug
#buildkitd-flags: --debug
config-inline: |
[registry."${{ inputs.push-registry }}"]
ca = ["ca.pem"]
@@ -76,7 +76,7 @@ runs:
env:
NODE_OPTIONS: --use-openssl-ca
with:
context: git
context: workflow
images: |
${{ inputs.push-registry }}/${{ env.GITEA_REPO }}
tags: |