Skip to content

Commit

Permalink
Merge pull request #19 from steadybit/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/login-action-3

build(deps): bump docker/login-action from 2 to 3
  • Loading branch information
ReuDa authored Sep 28, 2023
2 parents 20512b3 + 598b87d commit 25eee7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- name: Log in to the container registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 25eee7f

Please sign in to comment.