Skip to content

Commit

Permalink
Merge pull request #25 from marcus-crane/renovate/docker-login-action…
Browse files Browse the repository at this point in the history
…-2.x

Update docker/login-action action to v2
  • Loading branch information
marcus-crane authored May 22, 2022
2 parents 375cb02 + 918d00e commit 14dcc90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
fetch-depth: 0

- name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 14dcc90

Please sign in to comment.