Skip to content

Commit

Permalink
Update docker-publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Aug 23, 2024
1 parent 38eef76 commit b12c484
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
name: Docker

on: push
on:
pull_request:
branches:
- build4scoutNbot
push:
branches:
- build4scoutNbot
tags:
- v*
schedule:
- cron: '0 16 * * *' # Every day at 16:00 UTC (~09:00 PT)


jobs:
Expand Down

0 comments on commit b12c484

Please sign in to comment.