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 8dd0139 commit e036a0bCopy full SHA for e036a0b
cicd/github-release/task-build.yaml
@@ -10,6 +10,7 @@ spec:
10
steps:
11
- name: "build"
12
image: "golang:1.23.4"
13
+ imagePullPolicy: IfNotPresent
14
env:
15
- name: "HOME"
16
value: "/tmp"
cicd/github-release/task-signify.yaml
@@ -19,6 +19,7 @@ spec:
19
20
- name: "signify"
21
image: "ghcr.io/soerenschneider/swiss-army-knife-image:main-20241114132438"
22
23
24
25
cicd/github-release/task-upload.yaml
@@ -18,6 +18,7 @@ spec:
18
- name: scripts
image: "ghcr.io/soerenschneider/scripts:main-20241009193124"
0 commit comments