Skip to content

Commit

Permalink
chore(deps): bump docker/login-action from 1.14.1 to 2.0.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 17, 2022
1 parent a0a8f06 commit 95e9406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
- name: Unit testing
run: go test ./...
- name: Login to Docker Hub Docker Registry
uses: docker/login-action@v1.14.1
uses: docker/login-action@v2.0.0
with:
username: wyattjoh
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Login to GitHub Container Registry
uses: docker/login-action@v1.14.1
uses: docker/login-action@v2.0.0
with:
registry: ghcr.io
username: wyattjoh
Expand Down

0 comments on commit 95e9406

Please sign in to comment.