From 319fc60ab547ab6bb46d69cca6fcb9ac19e748e8 Mon Sep 17 00:00:00 2001 From: Matheus sampaio Queiroga Date: Sat, 17 Jul 2021 10:16:57 -0300 Subject: [PATCH] Base.yaml Auto Build Disabled --- .github/workflows/Base.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Base.yml b/.github/workflows/Base.yml index 7b0f3a3..ade6a22 100644 --- a/.github/workflows/Base.yml +++ b/.github/workflows/Base.yml @@ -5,8 +5,8 @@ on: - v* - V* - schedule: - - cron: 0 0 * * */1 +# schedule: +# - cron: 0 0 * * */6 env: DOCKER_ARCHS: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 @@ -39,4 +39,4 @@ jobs: tags: | bdsmaneger/node_image:latest bdsmaneger/node_image:${{ github.run_id }} - platforms: ${{ env.DOCKER_ARCHS }} \ No newline at end of file + platforms: ${{ env.DOCKER_ARCHS }} -- 2.50.0