Change Fluffy Docker hub repo and cron schedule for Docker build (#1405)

This commit is contained in:
Kim De Mey 2023-01-03 22:38:41 +01:00 committed by GitHub
parent 1cdbc1293d
commit 63c6000bad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
name: Fluffy nightly Docker build
on:
schedule:
- cron: "30 10 * * *"
- cron: "30 3 * * *"
workflow_dispatch:
jobs:
@ -21,5 +21,5 @@ jobs:
- name: Build and push a nightly Docker image
run: |
REFNAME="${{ github.ref_name }}"
DOCKER_BUILDKIT=1 docker build -f ./fluffy/tools/docker/Dockerfile -t statusim/fluffy:amd64-${REFNAME}-latest .
docker push statusim/fluffy:amd64-${REFNAME}-latest
DOCKER_BUILDKIT=1 docker build -f ./fluffy/tools/docker/Dockerfile -t statusim/nimbus-fluffy:amd64-${REFNAME}-latest .
docker push statusim/nimbus-fluffy:amd64-${REFNAME}-latest