]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Bump docker/login-action from 1 to 2 1061/head
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Wed, 1 Jun 2022 20:17:21 +0000 (20:17 +0000)
committerGitHub <noreply@github.com>
Wed, 1 Jun 2022 20:17:21 +0000 (20:17 +0000)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)

---
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/ci.yml
.github/workflows/reusable-workflow-builder.yml

index e3571e8b5f46b733bd5d68f3e9052ec6c81f1a53..b6b0976561f478ea200ac5f9935ec4127afe7512 100644 (file)
@@ -169,14 +169,14 @@ jobs:
         uses: docker/setup-qemu-action@v1
       -
         name: Login to Github Container Registry
-        uses: docker/login-action@v1
+        uses: docker/login-action@v2
         with:
           registry: ghcr.io
           username: ${{ github.actor }}
           password: ${{ secrets.GITHUB_TOKEN }}
       -
         name: Login to Docker Hub
-        uses: docker/login-action@v1
+        uses: docker/login-action@v2
         # Don't attempt to login is not pushing to Docker Hub
         if: steps.docker-hub.outputs.enable == 'true'
         with:
index 3741ad67b1b6937874aefa3e0e65ad4629526686..af443391df824a35486c66df5cc25be69c6a9a1f 100644 (file)
@@ -28,7 +28,7 @@ jobs:
         uses: actions/checkout@v3
       -
         name: Login to Github Container Registry
-        uses: docker/login-action@v1
+        uses: docker/login-action@v2
         with:
           registry: ghcr.io
           username: ${{ github.actor }}