]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
chore(deps): bump docker/login-action from 2 to 3
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 12 Sep 2023 18:54:13 +0000 (18:54 +0000)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Sun, 31 Mar 2024 12:42:28 +0000 (08:42 -0400)
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] <support@github.com>
.github/workflows/container.yml

index 3ac32bc120f95b47addc793d6a851f248adcaa33..45222122e381e0a9efe9810b0c5439defb66e91f 100644 (file)
@@ -41,7 +41,7 @@ jobs:
             -   name: Set up Docker Buildx
                 uses: docker/setup-buildx-action@v3
             -   name: Login to GitHub Container Registry
-                uses: docker/login-action@v2
+                uses: docker/login-action@v3
                 with:
                     registry: ghcr.io
                     username: ${{ github.repository_owner }}