Skip to content

Commit 392729f

Browse files
Bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f04236 commit 392729f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
echo "PUSH_ON_BUILD=${GENERATE_ARTIFACTS}" >> $GITHUB_ENV
201201
echo "DOCKER_BUILD_PLATFORM_OPTIONS=--platform=linux/arm64" >> $GITHUB_ENV
202202
- name: Login to GitHub Container Registry
203-
uses: docker/login-action@v3
203+
uses: docker/login-action@v4
204204
with:
205205
registry: ghcr.io
206206
username: ${{ github.actor }}
@@ -246,7 +246,7 @@ jobs:
246246
echo "PUSH_ON_BUILD=${GENERATE_ARTIFACTS}" >> $GITHUB_ENV
247247
echo "DOCKER_BUILD_PLATFORM_OPTIONS=--platform=linux/amd64" >> $GITHUB_ENV
248248
- name: Login to GitHub Container Registry
249-
uses: docker/login-action@v3
249+
uses: docker/login-action@v4
250250
with:
251251
registry: ghcr.io
252252
username: ${{ github.actor }}
@@ -275,7 +275,7 @@ jobs:
275275
echo "COMMIT_SHORT_SHA=${GITHUB_SHA:0:8}" >> $GITHUB_ENV
276276
echo "LOWERCASE_REPO_OWNER=$(echo "${GITHUB_REPOSITORY_OWNER}" | awk '{print tolower($0)}')" >> $GITHUB_ENV
277277
- name: Login to GitHub Container Registry
278-
uses: docker/login-action@v3
278+
uses: docker/login-action@v4
279279
with:
280280
registry: ghcr.io
281281
username: ${{ github.actor }}
@@ -430,7 +430,7 @@ jobs:
430430
- uses: actions/checkout@v6
431431
name: Check out code
432432
- name: Login to GitHub Container Registry
433-
uses: docker/login-action@v3
433+
uses: docker/login-action@v4
434434
with:
435435
registry: ghcr.io
436436
username: ${{ github.actor }}

0 commit comments

Comments
 (0)