Skip to content

Commit

Permalink
Add triggering of base image rebuild on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorodskyi committed Feb 8, 2024
1 parent c4a5903 commit 775e87b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/container_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ name: Base image build and push
on:
schedule:
- cron: '0 8 * * *'
push:
branches:
- master

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 775e87b

Please sign in to comment.