Skip to content

Commit fe0978d

Browse files
authored
Merge pull request #205 from PerfectThymeTech/marvinbuss/nightly_builds
Add nightly container builds
2 parents 94e53c9 + d8be2cb commit fe0978d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/container.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
paths:
1313
- "code/container/**"
1414

15+
schedule:
16+
- cron: '0 0 * * *'
17+
1518
jobs:
1619
build_and_publish:
1720
uses: ./.github/workflows/_containerTemplate.yml

code/infra/terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ terraform {
1212
}
1313
time = {
1414
source = "hashicorp/time"
15-
version = "0.12.1"
15+
version = "0.13.1"
1616
}
1717
}
1818

0 commit comments

Comments
 (0)