diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d583f959..07425ee8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -61,5 +61,6 @@ jobs: 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: :python/:python-test-pr + get_version_method: file_in_container:file=/acarshub-version secrets: ghcr_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test-pr build.yml b/.github/workflows/test-pr build.yml index 6e2d72f0..3a2a6cd1 100644 --- a/.github/workflows/test-pr build.yml +++ b/.github/workflows/test-pr build.yml @@ -84,5 +84,6 @@ jobs: build_version_specific: false build_platform_specific: false build_nohealthcheck: false + get_version_method: file_in_container:file=/acarshub-version secrets: ghcr_token: ${{ secrets.GITHUB_TOKEN }}