Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot] fc339b378a ⬆️ Bump docker/login-action from 2.1.0 to 4.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 4.6.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2.1.0...v4.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-30 06:02:32 +00:00
+1 -1
View File
@@ -104,7 +104,7 @@ jobs:
exit 1
fi
- name: 🏗 Login to GitHub Container Registry
uses: docker/login-action@v2.1.0
uses: docker/login-action@v4.6.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}