Skip to content

Commit

Permalink
Merge pull request #264 from kbudde/dependabot/github_actions/docker/…
Browse files Browse the repository at this point in the history
…login-action-2

Bump docker/login-action from 1 to 2
  • Loading branch information
kbudde authored May 9, 2022
2 parents 1e44937 + 48932a9 commit 0012bdd
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 @@ -24,14 +24,14 @@ jobs:
go-version: 1.17
-
name: Docker Login
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GH_TOKEN }}
-
name: Login to Docker Hub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down

0 comments on commit 0012bdd

Please sign in to comment.