Skip to content

Commit 89ea96b

Browse files
Bump docker/login-action from 1.14.1 to 2.0.0 (#108)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 2.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1.14.1...v2.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent af6a9be commit 89ea96b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ jobs:
5555

5656
- name: Login to DockerHub
5757
if: needs.init.outputs.publish == 'true'
58-
uses: docker/login-action@v1.14.1
58+
uses: docker/login-action@v2.0.0
5959
with:
6060
username: ${{ secrets.DOCKERHUB_USERNAME }}
6161
password: ${{ secrets.DOCKERHUB_TOKEN }}
6262

6363
- name: Login to GitHub Container Registry
6464
if: needs.init.outputs.publish == 'true'
65-
uses: docker/login-action@v1.14.1
65+
uses: docker/login-action@v2.0.0
6666
with:
6767
registry: ghcr.io
6868
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)