Skip to content

Commit

Permalink
update dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
apricot13 committed Jun 11, 2024
1 parent f64a865 commit 692f14d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/publish-dev-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

name: Publish outpost dev-base image to github container registry

on:
push:
branches: [develop]
paths:
- ".docker/images/dev-base/**"
schedule:
# At 08:00 on day-of-month 1 (https://crontab.guru/#0_8_1_*_*)
- cron: "0 8 1 * *"
on: [push]
# on:
# push:
# branches: [develop]
# paths:
# - ".docker/images/dev-base/**"
# schedule:
# # At 08:00 on day-of-month 1 (https://crontab.guru/#0_8_1_*_*)
# - cron: "0 8 1 * *"

jobs:
publish-dev-base:
Expand Down

0 comments on commit 692f14d

Please sign in to comment.