-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump docker/build-push-action from 6.10.0 to 6.13.0
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
1 parent
ef6841e
commit 10a9495
Showing
3 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters