Skip to content

Commit

Permalink
Bump docker/build-push-action from 6.10.0 to 6.13.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.10.0 to 6.13.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.10.0...v6.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 25, 2025
1 parent ef6841e commit 10a9495
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/deploy_ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ./Dockerfile.base
Expand Down Expand Up @@ -129,7 +129,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:mlatclient
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ./Dockerfile.mlatclient
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
uses: docker/[email protected]
# 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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ./Dockerfile.python
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
uses: docker/[email protected]
# 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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ./Dockerfile.rtlsdr
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
uses: docker/[email protected]
# 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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ./Dockerfile.readsb-netonly
Expand Down Expand Up @@ -335,7 +335,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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ./Dockerfile.readsb-full
Expand Down Expand Up @@ -386,7 +386,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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ./Dockerfile.acars-decoder
Expand Down Expand Up @@ -437,7 +437,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-soapy
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ./Dockerfile.acars-decoder-soapy
Expand Down Expand Up @@ -488,7 +488,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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ./Dockerfile.soapyrtlsdr
Expand Down Expand Up @@ -539,7 +539,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:soapy-full
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ./Dockerfile.soapy-full
Expand Down Expand Up @@ -590,7 +590,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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ./Dockerfile.dump978-full
Expand Down Expand Up @@ -641,7 +641,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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ./Dockerfile.wreadsb
Expand Down Expand Up @@ -692,7 +692,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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ./Dockerfile.qemu
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_wreadsb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ./Dockerfile.wreadsb
Expand Down Expand Up @@ -114,7 +114,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:mlatclient
uses: docker/build-push-action@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ./Dockerfile.mlatclient
Expand Down
26 changes: 13 additions & 13 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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down Expand Up @@ -155,7 +155,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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down Expand Up @@ -246,7 +246,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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down Expand Up @@ -335,7 +335,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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down Expand Up @@ -426,7 +426,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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down Expand Up @@ -519,7 +519,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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down Expand Up @@ -612,7 +612,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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down Expand Up @@ -710,7 +710,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@v6.10.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down Expand Up @@ -803,7 +803,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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down Expand Up @@ -899,7 +899,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@v6.10.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down Expand Up @@ -993,7 +993,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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ./Dockerfile.dump978-full
Expand Down Expand Up @@ -1083,7 +1083,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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down Expand Up @@ -1174,7 +1174,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@v6.11.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ${{ env.DOCKERFILE }}
Expand Down

0 comments on commit 10a9495

Please sign in to comment.