Fix: remove debug flag and change metadata source
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user