File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 43
43
docker.io/${{ env.DOCKER_HUB_ORGANIZATION }}/${{ env.DOCKER_HUB_REPOSITORY }}:latest
44
44
cosign sign -y --key cosign.key \
45
45
docker.io/${{ env.DOCKER_HUB_ORGANIZATION }}/${{ env.DOCKER_HUB_REPOSITORY }}:$GITHUB_SHA
46
- cosign sign -y --key cosign.key \
47
- docker.io/${{ env.DOCKER_HUB_ORGANIZATION }}/${{ env.DOCKER_HUB_REPOSITORY }}:develop-OC
48
- cosign sign -y --key cosign.key \
49
- docker.io/${{ env.DOCKER_HUB_ORGANIZATION }}/${{ env.DOCKER_HUB_REPOSITORY }}:latest-OC
50
46
env :
51
47
COSIGN_PASSWORD : " ${{secrets.COSIGN_PASSWORD}}"
Original file line number Diff line number Diff line change @@ -23,3 +23,8 @@ oauth2.client_scope=${OAUTH2_CLIENT_SCOPE}
23
23
#oauth2.jws_alg=${OAUTH2_JWS_ALG}
24
24
#oauth2.jwk_private_key=${OAUTH2_JWK_PRIVATE_KEY}
25
25
26
+ spring.redis.database=${SPRING_REDIS_DATABASE:}
27
+ spring.redis.host=${SPRING_REDIS_HOST}
28
+ spring.redis.port=${SPRING_REDIS_PORT:6379}
29
+ spring.redis.password=${SPRING_REDIS_PASSWORD:} #sets to empty if not present
30
+ spring.redis.timeout=60000
You can’t perform that action at this time.
0 commit comments