From 3fb5c81d6b18bcc1749092a2166b8d1b2fcb744a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 15:52:38 +0000 Subject: [PATCH] chore(deps): bump docker/build-push-action from 5.1.0 to 5.2.0 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/Daily.yaml | 18 +++++++++--------- .github/workflows/KubeCTL.yaml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/Daily.yaml b/.github/workflows/Daily.yaml index 1492130..c426828 100644 --- a/.github/workflows/Daily.yaml +++ b/.github/workflows/Daily.yaml @@ -33,7 +33,7 @@ jobs: - name: Build and push id: freeswitch_build if: ${{ github.ref == 'refs/heads/main' }} - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.2.0 with: context: ./Images/FreeSwitch cache-from: type=registry,ref=kristianfjones/freeswitch:latest @@ -45,7 +45,7 @@ jobs: - name: Build and push id: openldap_build if: ${{ github.ref == 'refs/heads/main' }} - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.2.0 with: context: ./Images/LDAP cache-from: type=registry,ref=kristianfjones/library-openldap:latest @@ -57,7 +57,7 @@ jobs: - name: Build and push id: pgpool_build if: ${{ github.ref == 'refs/heads/main' }} - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.2.0 with: context: ./Images/PGPool cache-from: type=registry,ref=kristianfjones/pgpool:latest @@ -105,7 +105,7 @@ jobs: - name: Build and push id: pgexporter_build if: ${{ github.ref == 'refs/heads/main' }} - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.2.0 with: context: ./Images/PGExporter cache-from: type=registry,ref=kristianfjones/pgexporter-docker:core0 @@ -117,7 +117,7 @@ jobs: - name: Build and push id: dns_build if: ${{ github.ref == 'refs/heads/main' }} - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.2.0 with: context: ./Images/CoreDNS cache-from: type=registry,ref=kristianfjones/coredns-docker:core0 @@ -129,7 +129,7 @@ jobs: - name: Build and push id: ipamnetbox_build if: ${{ github.ref == 'refs/heads/main' }} - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.2.0 with: context: ./Images/NetBox cache-from: type=registry,ref=kristianfoss/netbox:core @@ -141,7 +141,7 @@ jobs: - name: Build and push id: keadhcp_build if: ${{ github.ref == 'refs/heads/main' }} - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.2.0 with: context: ./Images/Kea cache-from: type=registry,ref=kristianfjones/kea:vps1-core @@ -176,7 +176,7 @@ jobs: - name: Build and push id: keaadmin_build if: ${{ github.ref == 'refs/heads/main' }} - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.2.0 with: context: ./Images/KeaAdmin push: true @@ -185,7 +185,7 @@ jobs: - name: Build and push id: netboxdhcp_build if: ${{ github.ref == 'refs/heads/main' }} - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.2.0 with: context: ./Images/NetboxDHCP push: true diff --git a/.github/workflows/KubeCTL.yaml b/.github/workflows/KubeCTL.yaml index bc0350c..bdceb3d 100644 --- a/.github/workflows/KubeCTL.yaml +++ b/.github/workflows/KubeCTL.yaml @@ -35,7 +35,7 @@ jobs: - name: Build and push id: kubectl_build if: ${{ github.ref == 'refs/heads/main' }} - uses: docker/build-push-action@v5.1.0 + uses: docker/build-push-action@v5.2.0 with: context: ./Images/KubeCTL cache-from: type=registry,ref=kristianfjones/kubectl:${{ matrix.version }}