Skip to content

Commit

Permalink
dump978-full: use wreadsb as base
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Jan 12, 2025
1 parent b136d8f commit 6e5b418
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ jobs:

deploy_dump978-full:
name: Deploy dump978-full to ghcr.io
needs: [deploy_soapyrtlsdr]
needs: [deploy_wreadsb]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ jobs:
deploy_dump978-full:
name: Test deploy dump978-full to ghcr.io
# Define any dependent steps
needs: [deploy_soapyrtlsdr]
needs: [deploy_wreadsb]
# Define dockerfile and image tag
env:
DOCKERFILE: Dockerfile.dump978-full
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dump978-full
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/sdr-enthusiasts/docker-baseimage:soapyrtlsdr
FROM ghcr.io/sdr-enthusiasts/docker-baseimage:wreadsb

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

Expand Down

0 comments on commit 6e5b418

Please sign in to comment.