Skip to content

Commit 3dba8b4

Browse files
chore(deps): 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 bf0c8a5 commit 3dba8b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
uses: docker/setup-buildx-action@v2
113113

114114
- name: Login to GitHub Container Registry
115-
uses: docker/login-action@v2
115+
uses: docker/login-action@v3
116116
with:
117117
registry: ghcr.io
118118
username: ${{ github.actor }}

0 commit comments

Comments
 (0)