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.
1 parent 8cc07c0 commit 0a47be5Copy full SHA for 0a47be5
2 files changed
.github/workflows/base-image.yaml
@@ -4,6 +4,11 @@ on:
4
push:
5
branches:
6
- trixie
7
+ paths:
8
+ - image/Dockerfile-base
9
+ - .github/workflows/base-image.yaml
10
+ schedule:
11
+ - cron: 0 1 1 * *
12
13
permissions:
14
contents: read
image/Dockerfile
@@ -1,5 +1,5 @@
1
# hadolint ignore=DL3007
2
-FROM danielflook/terraform-github-actions-base:latest
+FROM danielflook/terraform-github-actions-base:trixie
3
ARG TARGETARCH
0 commit comments