Skip to content

Commit 89d3d03

Browse files
Update docker/login-action action to v4
| datasource | package | from | to | | ----------- | ------------------- | ---- | -- | | github-tags | docker/login-action | v3 | v4 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3fb7d06 commit 89d3d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Login to GitHub Container Registry
4949
if: ${{ github.ref_name == 'main' }}
50-
uses: docker/login-action@v3
50+
uses: docker/login-action@v4
5151
with:
5252
registry: ${{ env.REGISTRY }}
5353
username: ${{ github.actor }}
@@ -128,7 +128,7 @@ jobs:
128128
uses: docker/setup-buildx-action@v3
129129

130130
- name: Login to GitHub Container Registry
131-
uses: docker/login-action@v3
131+
uses: docker/login-action@v4
132132
with:
133133
registry: ${{ env.REGISTRY }}
134134
username: ${{ github.actor }}

0 commit comments

Comments
 (0)