Skip to content

Commit 050e568

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

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# https://github.com/docker/login-action
6666
- name: Log into registry ${{ env.REGISTRY }}
6767
if: github.event_name != 'pull_request'
68-
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
68+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
6969
with:
7070
registry: ${{ env.REGISTRY }}
7171
username: ${{ github.actor }}

.github/workflows/release-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: docker/setup-buildx-action@v3
5454

5555
- name: Login to registry
56-
uses: docker/login-action@v2
56+
uses: docker/login-action@v4
5757
with:
5858
registry: ghcr.io
5959
username: ${{ github.actor }}

0 commit comments

Comments
 (0)