Skip to content

Commit 4c13bdd

Browse files
chore(deps): update docker/login-action action to v4
1 parent f1120c9 commit 4c13bdd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
uses: docker/setup-buildx-action@v3
166166

167167
- name: Login to GitHub Container Registry
168-
uses: docker/login-action@v3
168+
uses: docker/login-action@v4
169169
with:
170170
registry: ghcr.io
171171
username: ${{ github.actor }}
@@ -251,7 +251,7 @@ jobs:
251251
images: ${{ env.FULL_IMAGE_NAME }}
252252

253253
- name: Log into registry ${{ env.REGISTRY }}
254-
uses: docker/login-action@v3
254+
uses: docker/login-action@v4
255255
with:
256256
registry: ${{ env.REGISTRY }}
257257
username: ${{ github.actor }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: docker/setup-buildx-action@v3
110110

111111
- name: Login to GitHub Container Registry
112-
uses: docker/login-action@v3
112+
uses: docker/login-action@v4
113113
with:
114114
registry: ghcr.io
115115
username: ${{ github.actor }}
@@ -193,7 +193,7 @@ jobs:
193193
images: ${{ env.FULL_IMAGE_NAME }}
194194

195195
- name: Log into registry ${{ env.REGISTRY }}
196-
uses: docker/login-action@v3
196+
uses: docker/login-action@v4
197197
with:
198198
registry: ${{ env.REGISTRY }}
199199
username: ${{ github.actor }}

0 commit comments

Comments
 (0)