Skip to content

Commit 0a47be5

Browse files
committed
Test trixie
1 parent 8cc07c0 commit 0a47be5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/base-image.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
branches:
66
- trixie
7+
paths:
8+
- image/Dockerfile-base
9+
- .github/workflows/base-image.yaml
10+
schedule:
11+
- cron: 0 1 1 * *
712

813
permissions:
914
contents: read

image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# hadolint ignore=DL3007
2-
FROM danielflook/terraform-github-actions-base:latest
2+
FROM danielflook/terraform-github-actions-base:trixie
33

44
ARG TARGETARCH
55

0 commit comments

Comments
 (0)