Skip to content

Commit

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

build(deps): bump docker/login-action from 1 to 2
  • Loading branch information
roytman authored May 6, 2022
2 parents d082896 + ffbbda4 commit ee3e22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
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 }}
Expand Down

0 comments on commit ee3e22e

Please sign in to comment.