fix(redis): correct ci login action version
V3 doesn't exist.
This commit is contained in:
2
.github/workflows/redis.yml
vendored
2
.github/workflows/redis.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
with:
|
||||
version: "v0.8.2"
|
||||
buildkitd-flags: --debug
|
||||
- uses: docker/login-action@v3
|
||||
- uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
Reference in New Issue
Block a user