Skip to content

Commit cfa04bf

Browse files
dependabot[bot]ViBiOh
authored andcommitted
ci(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 8cc1c33 commit cfa04bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
env:
8585
DOCKER_USER: ${{ secrets.DOCKER_USER }}
8686
DOCKER_PASS: ${{ secrets.DOCKER_PASS }}
87-
uses: docker/login-action@v1
87+
uses: docker/login-action@v2
8888
with:
8989
username: ${{ secrets.DOCKER_USER }}
9090
password: ${{ secrets.DOCKER_PASS }}

0 commit comments

Comments
 (0)