Browse Source

Bump docker/login-action from 1.9.0 to 2.0.0

Bumps [docker/login-action](https://github.com/docker/login-action) from 1.9.0 to 2.0.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.9.0...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>
pull/2894/head
dependabot[bot] 3 years ago
committed by GitHub
parent
commit
8545f38c10
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -19,7 +19,7 @@ jobs:
- uses: docker/setup-qemu-action@v1.1.0
- uses: docker/setup-buildx-action@v1.3.0
- uses: docker/login-action@v1.9.0
- uses: docker/login-action@v2.0.0
with:
password: ${{ secrets.DOCKER_PASSWORD }}
username: ${{ secrets.DOCKER_USERNAME }}

Loading…
Cancel
Save