]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bump docker/login-action from 2 to 3 (#4221)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 20 Sep 2023 13:34:58 +0000 (13:34 +0000)
committerGitHub <noreply@github.com>
Wed, 20 Sep 2023 13:34:58 +0000 (13:34 +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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/ci.yml

index 6e131dde4e1626c26a645a0c2bed5bbf90799e6c..9562ca1dd8e3eedf10d8778b2bedced8b7a8317e 100644 (file)
@@ -328,14 +328,14 @@ jobs:
           platforms: arm64
       -
         name: Login to GitHub Container Registry
-        uses: docker/login-action@v2
+        uses: docker/login-action@v3
         with:
           registry: ghcr.io
           username: ${{ github.actor }}
           password: ${{ secrets.GITHUB_TOKEN }}
       -
         name: Login to Docker Hub
-        uses: docker/login-action@v2
+        uses: docker/login-action@v3
         # Don't attempt to login is not pushing to Docker Hub
         if: steps.push-other-places.outputs.enable == 'true'
         with:
@@ -343,7 +343,7 @@ jobs:
           password: ${{ secrets.DOCKERHUB_TOKEN }}
       -
         name: Login to Quay.io
-        uses: docker/login-action@v2
+        uses: docker/login-action@v3
         # Don't attempt to login is not pushing to Quay.io
         if: steps.push-other-places.outputs.enable == 'true'
         with: