File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed
Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.8.1] ( https://github.com/supercharge/redis-github-action/compare/v1.8.0...v1.8.1 ) - 2025-11-12
4+
5+ ### Fixed
6+ - change Docker tag from ` docker:stable ` to ` docker:latest `
7+
8+
39## [ 1.8.0] ( https://github.com/supercharge/redis-github-action/compare/v1.7.0...v1.8.0 ) - 2023-12-12
410
511### Added
Original file line number Diff line number Diff line change 1- FROM docker:stable
1+ FROM docker:latest
22COPY start-redis.sh /start-redis.sh
33RUN chmod +x /start-redis.sh
4- ENTRYPOINT ["/start-redis.sh" ]
4+ ENTRYPOINT ["/start-redis.sh" ]
Original file line number Diff line number Diff line change 5656 node-version : ${{ matrix.node-version }}
5757
5858 - name : Start Redis
59- uses : supercharge/redis-github-action@1.7.0
59+ uses : supercharge/redis-github-action@1.8.1
6060 with :
6161 redis-version : ${{ matrix.redis-version }}
6262
8585
8686 steps:
8787 - name: Start Redis
88- uses: supercharge/redis-github-action@1.7.0
88+ uses: supercharge/redis-github-action@1.8.1
8989 with:
9090 redis-image: redis/redis-stack-server
9191 redis-version: ${{ matrix.redis-version }}
@@ -111,7 +111,7 @@ jobs:
111111
112112 steps:
113113 - name: Start Redis
114- uses: supercharge/redis-github-action@1.7.0
114+ uses: supercharge/redis-github-action@1.8.1
115115 with:
116116 redis-version: ${{ matrix.redis-version }}
117117 redis-port: 12345
@@ -137,7 +137,7 @@ jobs:
137137
138138 steps:
139139 - name: Start Redis
140- uses: supercharge/redis-github-action@1.7.0
140+ uses: supercharge/redis-github-action@1.8.1
141141 with:
142142 redis-version: ${{ matrix.redis-version }}
143143 redis-container-name: redis-auth-token-cache
@@ -163,7 +163,7 @@ jobs:
163163
164164 steps:
165165 - name: Start Redis
166- uses: supercharge/redis-github-action@1.7.0
166+ uses: supercharge/redis-github-action@1.8.1
167167 with:
168168 redis-version: ${{ matrix.redis-version }}
169169 redis-password: 'password'
You can’t perform that action at this time.
0 commit comments