@@ -922,7 +922,7 @@ jobs:
922
922
src : ghcr.io/covergo/auth:candidate-${{ needs.version.outputs.app_version }}
923
923
dst : ${{ steps.github-tags-auth-service.outputs.docker_image_ghcr_tags }}
924
924
- name : Set up sigstore cosign
925
- uses : sigstore/cosign-installer@latest
925
+ uses : sigstore/cosign-installer@main
926
926
- name : Sign published container image
927
927
run : cosign sign --key env://COSIGN_PRIVATE_KEY ghcr.io/covergo/auth:${{ needs.version.outputs.app_version }}@${{ needs.docker-build-auth-service.outputs.digest }}
928
928
env :
@@ -993,7 +993,7 @@ jobs:
993
993
event-type : helm_release
994
994
client-payload : ' {"ref_name": "${{ github.ref_name }}"}'
995
995
- name : Set up sigstore cosign
996
- uses : sigstore/cosign-installer@latest
996
+ uses : sigstore/cosign-installer@main
997
997
- name : Sign published container image
998
998
run : cosign sign --key env://COSIGN_PRIVATE_KEY registry-intl.cn-hongkong.aliyuncs.com/covergo/auth:${{ needs.version.outputs.app_version }}@${{ needs.docker-build-auth-service.outputs.digest }}
999
999
env :
@@ -1049,7 +1049,7 @@ jobs:
1049
1049
src : ghcr.io/covergo/auth-predeployment:candidate-${{ needs.version.outputs.app_version }}
1050
1050
dst : ${{ steps.github-tags-auth-predeployment.outputs.docker_image_ghcr_tags }}
1051
1051
- name : Set up sigstore cosign
1052
- uses : sigstore/cosign-installer@latest
1052
+ uses : sigstore/cosign-installer@main
1053
1053
- name : Sign published container image
1054
1054
run : cosign sign --key env://COSIGN_PRIVATE_KEY ghcr.io/covergo/auth-predeployment:${{ needs.version.outputs.app_version }}@${{ needs.docker-build-auth-predeployment.outputs.digest }}
1055
1055
env :
@@ -1120,7 +1120,7 @@ jobs:
1120
1120
event-type : helm_release
1121
1121
client-payload : ' {"ref_name": "${{ github.ref_name }}"}'
1122
1122
- name : Set up sigstore cosign
1123
- uses : sigstore/cosign-installer@latest
1123
+ uses : sigstore/cosign-installer@main
1124
1124
- name : Sign published container image
1125
1125
run : cosign sign --key env://COSIGN_PRIVATE_KEY registry-intl.cn-hongkong.aliyuncs.com/covergo/auth-predeployment:${{ needs.version.outputs.app_version }}@${{ needs.docker-build-auth-predeployment.outputs.digest }}
1126
1126
env :
0 commit comments