diff --git a/.github/workflows/Daily.yaml b/.github/workflows/Daily.yaml index 1492130..002365e 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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.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.3.0 with: context: ./Images/NetboxDHCP push: true diff --git a/.github/workflows/KubeCTL.yaml b/.github/workflows/KubeCTL.yaml index bc0350c..aaa5e5e 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.3.0 with: context: ./Images/KubeCTL cache-from: type=registry,ref=kristianfjones/kubectl:${{ matrix.version }}