Update backend deployment workflow to enable insecure HTTP registry configuration in Buildx setup
This commit is contained in:
parent
26854dc4a1
commit
8fe02435a3
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
config-inline: |
|
config-inline: |
|
||||||
[registry."${{ env.REGISTRY }}"]
|
[registry."${{ env.REGISTRY }}"]
|
||||||
ca=["/etc/ssl/certs/ca-certificates.crt"]
|
http = true
|
||||||
|
insecure = true
|
||||||
|
|
||||||
- name: Extract metadata
|
- name: Extract metadata
|
||||||
id: meta
|
id: meta
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue