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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent bace283 commit 1f81692
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/deploy_ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:

# Build & Push Dockerfile (only push if this action was NOT triggered by a PR)
- name: Build & Push ghcr.io/sdr-enthusiasts/docker-baseimage:base
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.base
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
uses: docker/setup-buildx-action@v2
# Build & Push Dockerfile.python (only push if this action was NOT triggered by a PR)
- name: Build & Push ghcr.io/sdr-enthusiasts/docker-baseimage:python
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.python
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
uses: docker/setup-buildx-action@v2
# Build & Push Dockerfile.rtlsdr (only push if this action was NOT triggered by a PR)
- name: Build & Push ghcr.io/sdr-enthusiasts/docker-baseimage:rtlsdr
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.rtlsdr
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
uses: docker/setup-buildx-action@v2
# Build & Push Dockerfile.readsb-netonly (only push if this action was NOT triggered by a PR)
- name: Build & Push ghcr.io/sdr-enthusiasts/docker-baseimage:readsb-netonly
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.readsb-netonly
Expand Down Expand Up @@ -296,7 +296,7 @@ jobs:

# Build & Push Dockerfile.readsb-full (only push if this action was NOT triggered by a PR)
- name: Build & Push ghcr.io/sdr-enthusiasts/docker-baseimage:readsb-full
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.readsb-full
Expand Down Expand Up @@ -347,7 +347,7 @@ jobs:

# Build & Push Dockerfile.acars (only push if this action was NOT triggered by a PR)
- name: Build & Push ghcr.io/sdr-enthusiasts/docker-baseimage:acars-decoder
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.acars-decoder
Expand Down Expand Up @@ -398,7 +398,7 @@ jobs:

# Build & Push Dockerfile (only push if this action was NOT triggered by a PR)
- name: Build & Push ghcr.io/sdr-enthusiasts/docker-baseimage:soapyrtlsdr
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.soapyrtlsdr
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:

# Build & Push Dockerfile (only push if this action was NOT triggered by a PR)
- name: Build & Push ghcr.io/sdr-enthusiasts/docker-baseimage:dump978-full
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.dump978-full
Expand Down Expand Up @@ -500,7 +500,7 @@ jobs:

# Build & Push Dockerfile (only push if this action was NOT triggered by a PR)
- name: Build & Push ghcr.io/sdr-enthusiasts/docker-baseimage:wreadsb
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.wreadsb
Expand Down Expand Up @@ -551,7 +551,7 @@ jobs:

# Build & Push Dockerfile (only push if this action was NOT triggered by a PR)
- name: Build & Push ghcr.io/sdr-enthusiasts/docker-baseimage:qemu
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.qemu
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
# Build & Push
- name: Test Build & Push ${{ env.IMAGE_NAME }}:${{ env.TAG }}
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
# Build & Push
- name: Test Build & Push ${{ env.IMAGE_NAME }}:${{ env.TAG }}
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
# Build & Push
- name: Test Build & Push ${{ env.IMAGE_NAME }}:${{ env.TAG }}
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
# Build & Push
- name: Test Build & Push ${{ env.IMAGE_NAME }}:${{ env.TAG }}
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down Expand Up @@ -448,7 +448,7 @@ jobs:
# Build & Push
- name: Test Build & Push ${{ env.IMAGE_NAME }}:${{ env.TAG }}
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down Expand Up @@ -541,7 +541,7 @@ jobs:
# Build & Push
- name: Test Build & Push ${{ env.IMAGE_NAME }}:${{ env.TAG }}
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down Expand Up @@ -634,7 +634,7 @@ jobs:
# Build & Push Dockerfile (only push if this action was NOT triggered by a PR)
- name: Test Build & Push ${{ env.IMAGE_NAME }}:${{ env.TAG }}
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down Expand Up @@ -728,7 +728,7 @@ jobs:
# Build & Push
- name: Build & Push ghcr.io/sdr-enthusiasts/docker-baseimage:dump978-full
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.dump978-full
Expand Down Expand Up @@ -818,7 +818,7 @@ jobs:
# Build & Push
- name: Build & Push ghcr.io/sdr-enthusiasts/docker-baseimage:wreadsb
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down Expand Up @@ -909,7 +909,7 @@ jobs:
# Build & Push
- name: Test Build & Push ${{ env.IMAGE_NAME }}:${{ env.TAG }}
if: steps.changed-files-specific.outputs.any_changed == 'true'
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down

0 comments on commit 1f81692

Please sign in to comment.