Skip to content

Commit

Permalink
Merge pull request #106 from roadrunner-server/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/docker/login-action-3

build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
rustatian authored Sep 13, 2023
2 parents ee59b37 + 4ceb4c8 commit e482888
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 @@ -133,13 +133,13 @@ jobs:
uses: docker/setup-buildx-action@v2 # Action page: <https://github.com/docker/setup-buildx-action>

- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_LOGIN }}
password: ${{ secrets.DOCKER_PASSWORD }}

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

0 comments on commit e482888

Please sign in to comment.