1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 13:50:46 +00:00

dockerfile formatting, correct names for test tags

This commit is contained in:
Fred Clausen 2023-07-29 14:58:16 -06:00
parent 6651974bb8
commit cf0d91ba84
2 changed files with 23 additions and 23 deletions

View file

@ -81,7 +81,7 @@ jobs:
build_version_specific: false build_version_specific: false
build_platform_specific: false build_platform_specific: false
build_nohealthcheck: 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: secrets:
ghcr_token: ${{ secrets.GITHUB_TOKEN }} ghcr_token: ${{ secrets.GITHUB_TOKEN }}
@ -100,7 +100,7 @@ jobs:
# set build_latest to true if github.event.inputs.use_test_image is false # set build_latest to true if github.event.inputs.use_test_image is false
build_latest: ${{ github.event.inputs.use_test_image == 'false' }} build_latest: ${{ github.event.inputs.use_test_image == 'false' }}
build_baseimage_test: ${{ github.event.inputs.use_test_image == 'true' }} 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 # only build the entire stack if we are not using the test image
build_version_specific: false build_version_specific: false
build_platform_specific: false build_platform_specific: false