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:
|
||||
config-inline: |
|
||||
[registry."${{ env.REGISTRY }}"]
|
||||
ca=["/etc/ssl/certs/ca-certificates.crt"]
|
||||
http = true
|
||||
insecure = true
|
||||
|
||||
- name: Extract metadata
|
||||
id: meta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue