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:
|
with:
|
||||||
version: "v0.8.2"
|
version: "v0.8.2"
|
||||||
buildkitd-flags: --debug
|
buildkitd-flags: --debug
|
||||||
- uses: docker/login-action@v3
|
- uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
|
Reference in New Issue
Block a user