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 }}