From 323ab2efe8a63f6389f29dce81b083a1c1737606 Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Sat, 11 Jan 2025 09:27:40 -0700 Subject: [PATCH] fix deploy --- .github/workflows/deploy.yml | 4 ++-- Dockerfile.local | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 544aa8d..9c1e65d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 }} @@ -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 }} diff --git a/Dockerfile.local b/Dockerfile.local index c0b0e2f..f462bf1 100644 --- a/Dockerfile.local +++ b/Dockerfile.local @@ -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" \