Skip to content

Commit f130495

Browse files
Bump docker/login-action from 1 to 2 (#25)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 312653e commit f130495

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: make build
2626

2727
- name: Container - Login
28-
uses: docker/login-action@v1
28+
uses: docker/login-action@v2
2929
with:
3030
username: ${{ secrets.DOCKERHUB_USER }}
3131
password: ${{ secrets.DOCKERHUB_PASS }}

.github/workflows/deploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: make build
2727

2828
- name: Container - Login
29-
uses: docker/login-action@v1
29+
uses: docker/login-action@v2
3030
with:
3131
username: ${{ secrets.DOCKERHUB_USER }}
3232
password: ${{ secrets.DOCKERHUB_PASS }}

0 commit comments

Comments
 (0)