Skip to content

Commit

Permalink
chore(deps): bump docker/login-action
Browse files Browse the repository at this point in the history
Bumps [docker/login-action](https://github.com/docker/login-action) from 3d58c274f17dffee475a5520cbe67f0a882c4dbb to 0d4c9c5ea7693da7b068278f7b52bda2a190a446.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@3d58c27...0d4c9c5)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 28, 2024
1 parent f39222b commit 97a3bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
with:
install: true
- name: "Setup: GitHub Credentials"
uses: docker/login-action@3d58c274f17dffee475a5520cbe67f0a882c4dbb
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446
if: inputs.auth
with:
registry: ${{ inputs.registry }}
Expand Down

0 comments on commit 97a3bfc

Please sign in to comment.