fix(redis): correct ci login action version

V3 doesn't exist.
This commit is contained in:
Alex
2022-08-15 16:00:26 +03:00
committed by GitHub
parent e666c81354
commit 89e25a6c58

View File

@@ -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 }}