Skip to content

Commit

Permalink
fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Jan 11, 2025
1 parent 75305dc commit 323ab2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
build_version_specific: ${{ github.event.inputs.use_test_image == 'false' || github.event.inputs.use_test_image == '' }}
build_platform_specific: ${{ github.event.inputs.use_test_image == 'false' || github.event.inputs.use_test_image == '' }}
build_nohealthcheck: ${{ github.event.inputs.use_test_image == 'false' || github.event.inputs.use_test_image == '' }}
build_baseimage_url: :acars-decoder/:acars-decoder-test-pr
build_baseimage_url: :acars-decoder-soapy/:acars-decoder-soapy-test-pr
cache_enabled: true
cache_path: ./bin/
cache_key: ${{ github.run_id }}
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
platform_linux_arm32v6_enabled: false
platform_linux_i386_enabled: false
platform_linux_arm32v7_enabled: false
build_baseimage_url: :acars-decoder/:acars-decoder-test-pr
build_baseimage_url: :acars-decoder-soapy/:acars-decoder-soapy-test-pr
cache_enabled: true
cache_path: ./bin/
cache_key: ${{ github.run_id }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN set -x && \
cp /tmp/acars-bridge/target/release/acars-bridge . && \
cargo clean

FROM ghcr.io/sdr-enthusiasts/docker-baseimage:acars-decoder
FROM ghcr.io/sdr-enthusiasts/docker-baseimage:acars-decoder-soapy

ENV DEVICE_INDEX="" \
QUIET_LOGS="TRUE" \
Expand Down

0 comments on commit 323ab2e

Please sign in to comment.