fix(build): crons image tag
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
4babae1881
commit
4ec2867b30
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ function build_crons(){
|
|||
docker push ${DOCKER_REPO:-'local'}/crons:${tag}latest
|
||||
}
|
||||
[[ $SIGN_IMAGE -eq 1 ]] && {
|
||||
cosign sign --key $SIGN_KEY ${DOCKER_REPO:-'local'}/crons:${image_tag}
|
||||
cosign sign --key $SIGN_KEY ${DOCKER_REPO:-'local'}/crons:${git_sha1}
|
||||
}
|
||||
echo "completed crons build"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue