Fix: remove debug flag and change metadata source
This commit is contained in:
@@ -60,7 +60,7 @@ runs:
|
|||||||
- name: Setup Docker BuildX
|
- name: Setup Docker BuildX
|
||||||
uses: docker/setup-buildx-action@v3.10.0
|
uses: docker/setup-buildx-action@v3.10.0
|
||||||
with:
|
with:
|
||||||
buildkitd-flags: --debug
|
#buildkitd-flags: --debug
|
||||||
config-inline: |
|
config-inline: |
|
||||||
[registry."${{ inputs.push-registry }}"]
|
[registry."${{ inputs.push-registry }}"]
|
||||||
ca = ["ca.pem"]
|
ca = ["ca.pem"]
|
||||||
@@ -76,7 +76,7 @@ runs:
|
|||||||
env:
|
env:
|
||||||
NODE_OPTIONS: --use-openssl-ca
|
NODE_OPTIONS: --use-openssl-ca
|
||||||
with:
|
with:
|
||||||
context: git
|
context: workflow
|
||||||
images: |
|
images: |
|
||||||
${{ inputs.push-registry }}/${{ env.GITEA_REPO }}
|
${{ inputs.push-registry }}/${{ env.GITEA_REPO }}
|
||||||
tags: |
|
tags: |
|
||||||
|
|||||||
Reference in New Issue
Block a user