Add insecure option to Docker build steps in all deployment workflows

This commit is contained in:
JakkrapartXD 2026-02-09 17:26:05 +07:00
parent 0f79a18686
commit a54251f11e
3 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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