Browse Source

fix(ci) run at a different time

Saúl Ibarra Corretgé 2 months ago
parent
commit
90a6caad5f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/unstable.yml
  2. 1 1
      prosody/Dockerfile

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

@@ -2,7 +2,7 @@ name: Unstable Build
 
 on:
   schedule:
-    - cron: "0 6 * * *"
+    - cron: "0 5 * * *"
   workflow_dispatch:
 
 jobs:

+ 1 - 1
prosody/Dockerfile

@@ -1,7 +1,7 @@
 ARG JITSI_REPO=jitsi
 ARG BASE_TAG=latest
 
-FROM ${JITSI_REPO}/base:${BASE_TAG} as builder
+FROM ${JITSI_REPO}/base:${BASE_TAG} AS builder
 
 RUN apt-dpkg-wrap apt-get update && \
     apt-dpkg-wrap apt-get install -y \