File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -51,24 +51,17 @@ jobs:
5151
5252 build_and_push :
5353 name : Image Build & Push
54- uses : sdr-enthusiasts/common-github-workflows/.github/workflows/build_and_push_image .yml@main
54+ uses : sdr-enthusiasts/common-github-workflows/.github/workflows/sdre .yml@main
5555 needs : [hadolint]
5656 with :
5757 push_enabled : true
5858 push_destinations : ghcr.io
5959 ghcr_repo_owner : ${{ github.repository_owner }}
6060 ghcr_repo : ${{ github.repository }}
61- platform_linux_arm32v6_enabled : false
6261 platform_linux_arm64v8_enabled : false
6362 platform_linux_arm32v7_enabled : false
64- platform_linux_i386_enabled : false
65- get_version_method : file_in_container:file=/CONTAINER_VERSION
6663 # set build_latest to true if github.event.inputs.use_test_image is false
6764 build_latest : true
6865 build_baseimage_test : false
69- # only build the entire stack if we are not using the test image
70- build_version_specific : false
71- build_platform_specific : false
72- build_nohealthcheck : false
7366 secrets :
7467 ghcr_token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments