mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 21:30:11 +00:00
dockerfile formatting, correct names for test tags
This commit is contained in:
parent
6651974bb8
commit
cf0d91ba84
2 changed files with 23 additions and 23 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
|||
build_version_specific: false
|
||||
build_platform_specific: false
|
||||
build_nohealthcheck: false
|
||||
build_baseimage_url: docker-tar1090:latest/docker-tar1090:baseimage_test
|
||||
build_baseimage_url: docker-tar1090:latest/docker-tar1090:baseimage-test
|
||||
secrets:
|
||||
ghcr_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
@ -100,7 +100,7 @@ jobs:
|
|||
# set build_latest to true if github.event.inputs.use_test_image is false
|
||||
build_latest: ${{ github.event.inputs.use_test_image == 'false' }}
|
||||
build_baseimage_test: ${{ github.event.inputs.use_test_image == 'true' }}
|
||||
build_baseimage_url: docker-tar1090:latest/docker-tar1090:telegraf_baseimage_test
|
||||
build_baseimage_url: docker-tar1090:latest/docker-tar1090:telegraf-baseimage-test
|
||||
# only build the entire stack if we are not using the test image
|
||||
build_version_specific: false
|
||||
build_platform_specific: false
|
||||
|
|
Loading…
Reference in a new issue