Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtsfrei committed Dec 6, 2024
1 parent 6e41a65 commit 72f4881
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: publish
name: images

on:
workflow_call:
schedule:
- cron: "0 0 * * *"
push:
branches: [ main ]
branches: [ master ]

jobs:
build:
Expand Down

0 comments on commit 72f4881

Please sign in to comment.