Skip to content

Commit

Permalink
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 5f4866a30a54f16a52d2ecb4a3898e9e424939cf to 70fccc794acd729b2b22dd6a326895f286447728.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@5f4866a...70fccc7)

---
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 15, 2024
1 parent 02d5e52 commit fde5ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clean_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
- name: Login to GitHub Container Registry
uses: docker/login-action@5f4866a30a54f16a52d2ecb4a3898e9e424939cf # master
uses: docker/login-action@70fccc794acd729b2b22dd6a326895f286447728 # master
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit fde5ddc

Please sign in to comment.