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

---
updated-dependencies:
- dependency-name: docker/build-push-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..83286bf09f4cf206e9f47e14518b07fbf505bb36 100644 (file)
@@ -184,7 +184,7 @@ jobs:
           password: ${{ secrets.DOCKERHUB_TOKEN }}
       -
         name: Build and push
-        uses: docker/build-push-action@v2
+        uses: docker/build-push-action@v3
         with:
           context: .
           file: ./Dockerfile
index 3741ad67b1b6937874aefa3e0e65ad4629526686..b2414189151286859ce52494630f35a96d6df4be 100644 (file)
@@ -41,7 +41,7 @@ jobs:
         uses: docker/setup-qemu-action@v1
       -
         name: Build ${{ fromJSON(inputs.build-json).name }}
-        uses: docker/build-push-action@v2
+        uses: docker/build-push-action@v3
         with:
           context: .
           file: ${{ inputs.dockerfile }}