File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"}}
1111conditions :
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
You can’t perform that action at this time.
0 commit comments