diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b52e70015..01203d67a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: push: true platforms: ${{ env.BUILD_PLATFORM }} tags: | - ${{ env.ONLINE_REGISTER }}/ot-redis:v6.2.56 + ${{ env.ONLINE_REGISTER }}/ot-redis:v6.2.5-alpine ${{ env.ONLINE_REGISTER }}/ot-redis:latest cache-from: type=gha cache-to: type=gha,mode=max diff --git a/arm64/images/ot-redis/redis.conf b/arm64/images/ot-redis/redis.conf index daa989cf2..ddfa5405b 100644 --- a/arm64/images/ot-redis/redis.conf +++ b/arm64/images/ot-redis/redis.conf @@ -5,3 +5,4 @@ timeout 0 tcp-keepalive 300 daemonize no supervised no +pidfile /var/run/redis.pid