Bump docker/login-action from 2 to 3
authordependabot[bot] <redacted>
Sun, 1 Oct 2023 00:32:49 +0000 (00:32 +0000)
committerGitHub <redacted>
Sun, 1 Oct 2023 00:32:49 +0000 (00:32 +0000)
Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <redacted>
.github/workflows/container.yml

index 67a6ad9822b40be8f9ae0176e23ae8bf426cce02..c58e1cbc33ceba6caca53282c2bc6448cfc483cd 100644 (file)
@@ -28,7 +28,7 @@ jobs:
         uses: docker/setup-buildx-action@v2
 
       - name: Log in to the Container registry
-        uses: docker/login-action@v2
+        uses: docker/login-action@v3
         with:
           registry: ${{ env.REGISTRY }}
           username: ${{ github.actor }}
git clone https://git.99rst.org/PROJECT