Skip to content

Commit 02d0f11

Browse files
dependabot[bot]soedirgo
authored andcommitted
chore(deps): bump docker/login-action from 1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v2) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5101ac5 commit 02d0f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- uses: docker/setup-buildx-action@v1
7878

79-
- uses: docker/login-action@v1
79+
- uses: docker/login-action@v2
8080
with:
8181
username: ${{ secrets.DOCKER_USERNAME }}
8282
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)