From 24a9d5ca0d0ced06f6174d4d424bd74ebb55147e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 17:34:23 +1000 Subject: [PATCH] Bump docker/build-push-action from 2 to 3 (#899) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker_build_kanidm.yml | 2 +- .github/workflows/docker_build_kanidmd.yml | 2 +- .github/workflows/docker_build_radiusd.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker_build_kanidm.yml b/.github/workflows/docker_build_kanidm.yml index 8de240db9..044a65915 100644 --- a/.github/workflows/docker_build_kanidm.yml +++ b/.github/workflows/docker_build_kanidm.yml @@ -37,7 +37,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push kanidmd id: docker_build_kanidm - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: push: ${{ github.ref == 'refs/heads/master' }} platforms: ${{matrix.target}} diff --git a/.github/workflows/docker_build_kanidmd.yml b/.github/workflows/docker_build_kanidmd.yml index 232834dbe..37944a778 100644 --- a/.github/workflows/docker_build_kanidmd.yml +++ b/.github/workflows/docker_build_kanidmd.yml @@ -37,7 +37,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push kanidmd id: docker_build_kanidmd - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: push: ${{ github.ref == 'refs/heads/master' }} platforms: ${{matrix.target}} diff --git a/.github/workflows/docker_build_radiusd.yml b/.github/workflows/docker_build_radiusd.yml index c86a92168..061f73f5d 100644 --- a/.github/workflows/docker_build_radiusd.yml +++ b/.github/workflows/docker_build_radiusd.yml @@ -35,7 +35,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push radius id: docker_build_radius - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v3 with: push: ${{ github.ref == 'refs/heads/master' }} platforms: ${{matrix.target}}