mirror of
https://github.com/kairos-io/provider-rke2.git
synced 2025-09-17 15:28:45 +00:00
Update docker/login-action action to v3 (#68)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/provider-packaging.yaml
vendored
4
.github/workflows/provider-packaging.yaml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
- uses: earthly/actions-setup@v1
|
||||
with:
|
||||
version: "v0.6.30"
|
||||
- uses: docker/login-action@v1
|
||||
- uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
- uses: earthly/actions-setup@v1
|
||||
with:
|
||||
version: "v0.6.30"
|
||||
- uses: docker/login-action@v1
|
||||
- uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
2
.github/workflows/pull_request.yaml
vendored
2
.github/workflows/pull_request.yaml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
- uses: earthly/actions-setup@v1
|
||||
with:
|
||||
version: "v0.6.30"
|
||||
- uses: docker/login-action@v1
|
||||
- uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ${{ github.repository_owner }}
|
||||
|
Reference in New Issue
Block a user