fix(ci) disable caching
Not supported on the "docker" driver.
This commit is contained in:
16
.github/workflows/unstable.yml
vendored
16
.github/workflows/unstable.yml
vendored
@@ -86,8 +86,6 @@ jobs:
|
|||||||
${{ secrets.JITSI_REPO }}/base:${{ needs.version.outputs.date }}-${{ matrix.config.arch }}
|
${{ secrets.JITSI_REPO }}/base:${{ needs.version.outputs.date }}-${{ matrix.config.arch }}
|
||||||
build-args: |
|
build-args: |
|
||||||
JITSI_RELEASE=unstable
|
JITSI_RELEASE=unstable
|
||||||
cache-from: type=gha
|
|
||||||
cache-to: type=gha,mode=max
|
|
||||||
|
|
||||||
base:
|
base:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -140,8 +138,6 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
JITSI_REPO=${{ secrets.JITSI_REPO }}
|
JITSI_REPO=${{ secrets.JITSI_REPO }}
|
||||||
BASE_TAG=${{ needs.version.outputs.base }}
|
BASE_TAG=${{ needs.version.outputs.base }}
|
||||||
cache-from: type=gha
|
|
||||||
cache-to: type=gha,mode=max
|
|
||||||
|
|
||||||
base-java:
|
base-java:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -195,8 +191,6 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
JITSI_REPO=${{ secrets.JITSI_REPO }}
|
JITSI_REPO=${{ secrets.JITSI_REPO }}
|
||||||
BASE_TAG=${{ needs.version.outputs.base }}
|
BASE_TAG=${{ needs.version.outputs.base }}
|
||||||
cache-from: type=gha
|
|
||||||
cache-to: type=gha,mode=max
|
|
||||||
|
|
||||||
jibri:
|
jibri:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -251,8 +245,6 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
JITSI_REPO=${{ secrets.JITSI_REPO }}
|
JITSI_REPO=${{ secrets.JITSI_REPO }}
|
||||||
BASE_TAG=${{ needs.version.outputs.base }}
|
BASE_TAG=${{ needs.version.outputs.base }}
|
||||||
cache-from: type=gha
|
|
||||||
cache-to: type=gha,mode=max
|
|
||||||
|
|
||||||
jicofo:
|
jicofo:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -307,8 +299,6 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
JITSI_REPO=${{ secrets.JITSI_REPO }}
|
JITSI_REPO=${{ secrets.JITSI_REPO }}
|
||||||
BASE_TAG=${{ needs.version.outputs.base }}
|
BASE_TAG=${{ needs.version.outputs.base }}
|
||||||
cache-from: type=gha
|
|
||||||
cache-to: type=gha,mode=max
|
|
||||||
|
|
||||||
jigasi:
|
jigasi:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -363,8 +353,6 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
JITSI_REPO=${{ secrets.JITSI_REPO }}
|
JITSI_REPO=${{ secrets.JITSI_REPO }}
|
||||||
BASE_TAG=${{ needs.version.outputs.base }}
|
BASE_TAG=${{ needs.version.outputs.base }}
|
||||||
cache-from: type=gha
|
|
||||||
cache-to: type=gha,mode=max
|
|
||||||
|
|
||||||
jvb:
|
jvb:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -419,8 +407,6 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
JITSI_REPO=${{ secrets.JITSI_REPO }}
|
JITSI_REPO=${{ secrets.JITSI_REPO }}
|
||||||
BASE_TAG=${{ needs.version.outputs.base }}
|
BASE_TAG=${{ needs.version.outputs.base }}
|
||||||
cache-from: type=gha
|
|
||||||
cache-to: type=gha,mode=max
|
|
||||||
|
|
||||||
prosody:
|
prosody:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -475,8 +461,6 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
JITSI_REPO=${{ secrets.JITSI_REPO }}
|
JITSI_REPO=${{ secrets.JITSI_REPO }}
|
||||||
BASE_TAG=${{ needs.version.outputs.base }}
|
BASE_TAG=${{ needs.version.outputs.base }}
|
||||||
cache-from: type=gha
|
|
||||||
cache-to: type=gha,mode=max
|
|
||||||
|
|
||||||
web:
|
web:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user