Skip to content

Commit

Permalink
fix build version
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Oct 2, 2023
1 parent ef74e5b commit e498d00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
1 change: 1 addition & 0 deletions .github/workflows/test-pr build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit e498d00

Please sign in to comment.