Skip to content

Commit f402070

Browse files
author
Gustavo Bazan
authored
fix: missing env for signing (#2724)
1 parent 0c63156 commit f402070

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ jobs:
117117
{
118118
echo "GRS_CONFIG_USER1_USERNAME=${GRS_USERNAME}"
119119
echo "GRS_CONFIG_USER1_PASSWORD=${GRS_PASSWORD}"
120+
echo "COSIGN_REPOSITORY=${SIGNATURE_REPO}"
120121
} >> "signing-envfile"
121122
122123
echo "${DOCKERHUB_SECRET}" | docker login --password-stdin --username "${DOCKERHUB_USER}"

0 commit comments

Comments
 (0)