Skip to content

Commit

Permalink
Merge pull request #83 from wyattjoh/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-2.0.0

chore(deps): bump docker/login-action from 1.14.1 to 2.0.0
  • Loading branch information
wyattjoh authored May 17, 2022
2 parents 6d790b1 + 7d2ac39 commit d404951
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 d404951

Please sign in to comment.