From 312215d5f39ac8670d5e069dc9e02dad8c0337b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 01:02:13 +0000 Subject: [PATCH] chore(deps): Bump docker/build-push-action from 4 to 5 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](https://github.com/docker/build-push-action/compare/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] --- .github/workflows/deploy.yml | 10 +++++----- .github/workflows/test-pr build.yml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 45a8baa7..083b97d7 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -154,7 +154,7 @@ jobs: # Build & Push Dockerfile (only push if this action was NOT triggered by a PR) - name: Build & Push ghcr.io/sdr-enthusiasts/docker-acarshub:nextgen if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.reason != '') - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./Dockerfile.nextgen @@ -262,7 +262,7 @@ jobs: # Build & Push Dockerfile (only push if this action was NOT triggered by a PR) - name: Build & Push ghcr.io/sdr-enthusiasts/docker-acarshub:latest if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.reason != '') - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./Dockerfile.acarshub @@ -355,7 +355,7 @@ jobs: # Build & Push Dockerfile (only push if this action was NOT triggered by a PR) - name: Build & Push ghcr.io/sdr-enthusiasts/docker-acarshub:version specific if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.reason != '') - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./Dockerfile.acarshub @@ -453,7 +453,7 @@ jobs: # Build & Push Dockerfile (only push if this action was NOT triggered by a PR) - name: Build & Push ghcr.io/sdr-enthusiasts/docker-acarshub:latest_nohealthcheck if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.reason != '') - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./Dockerfile.acarshub.nohealthcheck @@ -553,7 +553,7 @@ jobs: # Build & Push Dockerfile (only push if this action was NOT triggered by a PR) - name: Build & Push ghcr.io/sdr-enthusiasts/docker-acarshub:version_nohealthcheck if: steps.changed-files-specific.outputs.any_changed == 'true' || github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.reason != '') - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./Dockerfile.acarshub.nohealthcheck diff --git a/.github/workflows/test-pr build.yml b/.github/workflows/test-pr build.yml index 1d8d1c6c..a6a0b9ff 100644 --- a/.github/workflows/test-pr build.yml +++ b/.github/workflows/test-pr build.yml @@ -118,7 +118,7 @@ jobs: # Build & Push Dockerfile (only push if this action was NOT triggered by a PR) - name: Build & Push ghcr.io/sdr-enthusiasts/docker-acarshub:nextgen-test if: steps.changed-files-specific.outputs.any_changed == 'true' - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./Dockerfile.nextgen @@ -224,7 +224,7 @@ jobs: # Build & Push Dockerfile (only push if this action was NOT triggered by a PR) - name: Build & Push ghcr.io/sdr-enthusiasts/docker-acarshub:test if: steps.changed-files-specific.outputs.any_changed == 'true' - uses: docker/build-push-action@v4 + uses: docker/build-push-action@v5 with: context: . file: ./Dockerfile.acarshub