Skip to content

Commit

Permalink
Merge pull request #1019 from parca-dev/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/login-action-2

build(deps): bump docker/login-action from 1 to 2
  • Loading branch information
kakkoyun authored May 6, 2022
2 parents f6b6aa9 + d058b93 commit d2c27db
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 @@ -28,7 +28,7 @@ jobs:
run: make ui/build

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

0 comments on commit d2c27db

Please sign in to comment.