Skip to content

Commit

Permalink
add buildnohealthcheck to GH deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Oct 23, 2023
1 parent 90c9bda commit af79bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# only build the entire stack if we are not using the test image
build_version_specific: false
build_platform_specific: false
build_nohealthcheck: false
build_nohealthcheck: true
# build_baseimage_url:
secrets:
ghcr_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit af79bb7

Please sign in to comment.