From 90a6caad5f3893219c16f18dc8c3cfc9cc2d4055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Thu, 20 Feb 2025 08:56:27 +0100 Subject: [PATCH] fix(ci) run at a different time --- .github/workflows/unstable.yml | 2 +- prosody/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unstable.yml b/.github/workflows/unstable.yml index 5d53cab..6069f78 100644 --- a/.github/workflows/unstable.yml +++ b/.github/workflows/unstable.yml @@ -2,7 +2,7 @@ name: Unstable Build on: schedule: - - cron: "0 6 * * *" + - cron: "0 5 * * *" workflow_dispatch: jobs: diff --git a/prosody/Dockerfile b/prosody/Dockerfile index 2120369..65d3c3b 100644 --- a/prosody/Dockerfile +++ b/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 \