We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94e53c9 + d8be2cb commit fe0978dCopy full SHA for fe0978d
2 files changed
.github/workflows/container.yml
@@ -12,6 +12,9 @@ on:
12
paths:
13
- "code/container/**"
14
15
+ schedule:
16
+ - cron: '0 0 * * *'
17
+
18
jobs:
19
build_and_publish:
20
uses: ./.github/workflows/_containerTemplate.yml
code/infra/terraform.tf
@@ -12,7 +12,7 @@ terraform {
}
time = {
source = "hashicorp/time"
- version = "0.12.1"
+ version = "0.13.1"
0 commit comments