Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump docker/build-push-action from 5.1.0 to 5.3.0 #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/Daily.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/KubeCTL.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down