Skip to content

Commit

Permalink
Dev -> Nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
hibare committed Aug 27, 2023
1 parent c6fa999 commit 4375697
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
name: "Dev Build"
name: "Nightly Build"

# When its time to do a release do a full cross platform build for all supported
# architectures and push all of them to Docker Hub & Github container registry.
# Only trigger on semver shaped tags.
on:
push:
branches:
- dev
schedule:
- cron: "0 0 * * *"

jobs:
docker-image-publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: dev

- name: Docker meta
id: meta
Expand Down

0 comments on commit 4375697

Please sign in to comment.