Skip to content

Commit d3290fa

Browse files
⬆️ Update docker/login-action action to v4
1 parent 0e86d90 commit d3290fa

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/docker-publish.yml

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

8383
- name: Log in to GitHub Container Registry
84-
uses: docker/login-action@v3
84+
uses: docker/login-action@v4
8585
with:
8686
registry: ghcr.io
8787
username: ${{ github.actor }}
@@ -112,7 +112,7 @@ jobs:
112112
runs-on: ubuntu-24.04
113113
steps:
114114
- name: Log in to GitHub Container Registry
115-
uses: docker/login-action@v3
115+
uses: docker/login-action@v4
116116
with:
117117
registry: ghcr.io
118118
username: ${{ github.actor }}

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: echo "REPO_LOWER=$(echo '${{ github.repository }}' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
2222

2323
- name: Log in to GitHub Container Registry
24-
uses: docker/login-action@v3
24+
uses: docker/login-action@v4
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.actor }}
@@ -182,7 +182,7 @@ jobs:
182182
run: echo "REPO_LOWER=$(echo '${{ github.repository }}' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
183183

184184
- name: Log in to GitHub Container Registry
185-
uses: docker/login-action@v3
185+
uses: docker/login-action@v4
186186
with:
187187
registry: ghcr.io
188188
username: ${{ github.actor }}

.github/workflows/performance-benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: echo "REPO_LOWER=$(echo '${{ github.repository }}' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
3636

3737
- name: Log in to GitHub Container Registry
38-
uses: docker/login-action@v3
38+
uses: docker/login-action@v4
3939
with:
4040
registry: ghcr.io
4141
username: ${{ github.actor }}
@@ -868,7 +868,7 @@ jobs:
868868
run: echo "REPO_LOWER=$(echo '${{ github.repository }}' | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
869869

870870
- name: Log in to GitHub Container Registry
871-
uses: docker/login-action@v3
871+
uses: docker/login-action@v4
872872
with:
873873
registry: ghcr.io
874874
username: ${{ github.actor }}

.github/workflows/release.yml

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

164164
- name: Log in to GitHub Container Registry
165-
uses: docker/login-action@v3
165+
uses: docker/login-action@v4
166166
with:
167167
registry: ghcr.io
168168
username: ${{ github.actor }}
@@ -188,7 +188,7 @@ jobs:
188188
runs-on: ubuntu-24.04
189189
steps:
190190
- name: Log in to GitHub Container Registry
191-
uses: docker/login-action@v3
191+
uses: docker/login-action@v4
192192
with:
193193
registry: ghcr.io
194194
username: ${{ github.actor }}

0 commit comments

Comments
 (0)