Skip to content

Commit

Permalink
Merge pull request #4713 from restic/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/login-action-5139682d94efc37792e6b54386b5b470a68a4737

build(deps): bump docker/login-action from 3d58c274f17dffee475a5520cbe67f0a882c4dbb to 5139682d94efc37792e6b54386b5b470a68a4737
  • Loading branch information
MichaelEischer committed Mar 7, 2024
2 parents 55abf25 + e1a588b commit 87d47ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Log in to the Container registry
uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
uses: docker/login-action@5139682d94efc37792e6b54386b5b470a68a4737
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 87d47ef

Please sign in to comment.