Bump docker/login-action from 2.2.0 to 3.3.0

Bumps [docker/login-action](https://github.com/docker/login-action) from 2.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](465a07811f...9780b0c442)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-22 13:19:55 +00:00
committed by GitHub
parent 0bec87ab08
commit d4749798d7

View File

@@ -45,7 +45,7 @@ jobs:
# https://github.com/docker/login-action
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}