Skip to content

Commit d52c012

Browse files
committed
Fix updatecli conf
Signed-off-by: Olivier Vernin <olivier@vernin.me>
1 parent dc67e6a commit d52c012

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

updatecli/updatecli.d/updatecli.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ sources:
77
spec:
88
owner: updatecli
99
repository: updatecli
10-
token: "{{ requiredEnv UPDATECLI_GITHUB_TOKEN }}"
10+
token: {{requiredEnv "UPDATECLI_GITHUB_TOKEN"}}
1111
conditions:
1212
dockerImage:
1313
name: Ensure that the image docker image tag is published
1414
kind: dockerImage
1515
spec:
16-
image: "ghcr.io/updatecli/updatecli:latest"
16+
image: "ghcr.io/updatecli/updatecli"
1717
dockerfile:
1818
name: "Test if ARG UPDATECLI_VERSION is set"
19-
kind: dockerFile
19+
kind: dockerfile
2020
spec:
2121
file: Dockerfile
2222
instruction:
@@ -37,5 +37,5 @@ targets:
3737
email: me@olblak.com
3838
owner: updatecli
3939
repository: updatecli-action
40-
token: "{{ requiredEnv UPDATECLI_GITHUB_TOKEN }}"
40+
token: {{requiredEnv "UPDATECLI_GITHUB_TOKEN"}}
4141
branch: main

0 commit comments

Comments
 (0)