Skip to content

Commit

Permalink
Revert "Remove scheduled rebuilt"
Browse files Browse the repository at this point in the history
This reverts commit 15efb90.
  • Loading branch information
robertdijk committed Oct 4, 2024
1 parent f3df40f commit d3ac312
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Docker
on:
push:
schedule:
- cron: "42 2 2 * *"
workflow_dispatch:

env:
Expand Down Expand Up @@ -39,4 +41,4 @@ jobs:
context: .
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: ${{ github.ref == 'refs/heads/main' }}
push: ${{ github.ref == 'refs/heads/main' }}

0 comments on commit d3ac312

Please sign in to comment.