Skip to content

Commit

Permalink
chore: improve latest release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sysulq committed Feb 13, 2023
1 parent bb5d4fe commit a296cea
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Juno Latest Build

env:
REGISTRY: ghcr.io
IMAGE_NAME: juno-admin
IMAGE_NAME: juno-admin-dev

on:
schedule:
# schedule build every night
- cron: "0 0 * * *"
push:
branches:
- master
workflow_dispatch:

jobs:
Expand Down

0 comments on commit a296cea

Please sign in to comment.