Ver Fonte

github: set branch to 5.8 [skip ci]

Victor Seva há 1 ano atrás
pai
commit
fbdca3da62

+ 1 - 1
.devcontainer/devcontainer.json

@@ -4,7 +4,7 @@
    */
    */
   "name": "Debian",
   "name": "Debian",
   "build": {
   "build": {
-    "cacheFrom": "ghcr.io/kamailio/kamailio-master-devcontainer",
+    "cacheFrom": "ghcr.io/kamailio/kamailio-5.8-devcontainer",
     "context": "../pkg/kamailio/deb",
     "context": "../pkg/kamailio/deb",
     "dockerfile": "Dockerfile"
     "dockerfile": "Dockerfile"
   },
   },

+ 1 - 1
.github/workflows/devcontainer.yaml

@@ -4,7 +4,7 @@ name: build devcontainer image
 'on':
 'on':
   push:
   push:
     branches:
     branches:
-      - master
+      - 5.8
   # Allows you to run this workflow manually from the Actions tab
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch:
   workflow_dispatch:
     inputs:
     inputs:

+ 1 - 1
.github/workflows/main.yml

@@ -3,7 +3,7 @@ name: build
 'on':
 'on':
   push:
   push:
     branches:
     branches:
-      - master
+      - 5.8
   # Allows you to run this workflow manually from the Actions tab
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch:
   workflow_dispatch:
 jobs:
 jobs: