Add insecure option to Docker build steps in all deployment workflows
This commit is contained in:
parent
0f79a18686
commit
a54251f11e
3 changed files with 3 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ jobs:
|
|||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
insecure: true
|
||||
|
||||
deploy:
|
||||
name: Deploy Backend to Server
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ jobs:
|
|||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
insecure: true
|
||||
|
||||
deploy:
|
||||
name: Deploy Frontend Learner to Server
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ jobs:
|
|||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
insecure: true
|
||||
|
||||
deploy:
|
||||
name: Deploy Frontend Management to Server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue