Skip to content

Commit

Permalink
[FIX] Fix daily docker build.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnXLivingston committed Jan 27, 2025
1 parent 1224e6c commit 035061a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Daily-Image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
schedule:
- cron: "0 0 * * *"
jobs:
if: github.repository_owner == 'cypht-org'
build-and-push:
if: github.repository_owner == 'cypht-org'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 035061a

Please sign in to comment.