Nightly release #733
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Nightly release | |
on: | |
schedule: | |
# every midnight | |
- cron: "0 0 * * *" | |
jobs: | |
build-n-release-docker-nightly: | |
name: Docker nightly | |
# Run only on the main repo, not forks | |
if: github.repository_owner == 'crocs-muni' | |
uses: ./.github/workflows/docker.yml | |
secrets: inherit | |
with: | |
dockerhub_username: crocsmuni | |
project_name: meesign | |
docker_tags: | | |
crocsmuni/meesign:nightly | |
source_branch: devel |