Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 12, 2023
1 parent c6751e1 commit c5a9fe0
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/client_gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build and push Client Gateway
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: components/gateway
target: client_gateway
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gateway_commons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build and push OpenSIPS Scheduler
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: components/opensips_scheduler
push: true
Expand All @@ -104,7 +104,7 @@ jobs:
${{ env.OPENSIPS_SCHEDULER_GHCR_REPOSITORY }}:${{ matrix.image_tag }}
- name: Build and push OpenSIPS Bootstrap
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: components/gateway
target: bootstrap
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build Switch App
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: false
load: true
Expand All @@ -49,7 +49,7 @@ jobs:
cache-to: type=gha,mode=max,scope=integration-tests-switch-app

- name: Build FreeSWITCH
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: false
load: true
Expand All @@ -61,7 +61,7 @@ jobs:
cache-to: type=gha,mode=max,scope=integration-tests-freeswitch

- name: Build Public Gateway
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: false
load: true
Expand All @@ -72,7 +72,7 @@ jobs:
cache-to: type=gha,mode=max,scope=integration-tests-public-gateway

- name: Build Client Gateway
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: false
load: true
Expand All @@ -83,7 +83,7 @@ jobs:
cache-to: type=gha,mode=max,scope=integration-tests-client-gateway

- name: Build Media Proxy
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: false
load: true
Expand All @@ -93,7 +93,7 @@ jobs:
cache-to: type=gha,mode=max,scope=integration-tests-media-proxy

- name: Build Gateway Bootstrap
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: false
load: true
Expand All @@ -104,7 +104,7 @@ jobs:
cache-to: type=gha,mode=max,scope=integration-tests-gateway-bootstrap

- name: Build Testing
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: false
load: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/media_proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build and push Media Proxy
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: components/media_proxy
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/public_gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build and push Public Gateway
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: components/gateway
target: public_gateway
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/s3_mpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
provenance: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
push: true
provenance: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/switch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build and push Nginx
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: components/nginx
push: true
Expand All @@ -138,7 +138,7 @@ jobs:
${{ env.NGINX_GHCR_REPOSITORY_URI }}:${{ matrix.image_tag }}
- name: Build and push FreeSWITCH
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: components/freeswitch
build-args:
Expand All @@ -153,7 +153,7 @@ jobs:
${{ env.FREESWITCH_GHCR_REPOSITORY_URI }}:${{ matrix.image_tag }}
- name: Build and push FreeSWITCH Event Logger
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: components/freeswitch_event_logger
push: true
Expand All @@ -166,7 +166,7 @@ jobs:
${{ env.FREESWITCH_EVENT_LOGGER_GHCR_REPOSITORY_URI }}:${{ matrix.image_tag }}
- name: Build and push App
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: components/app
push: true
Expand Down

0 comments on commit c5a9fe0

Please sign in to comment.