mirror of
https://github.com/k8sgpt-ai/k8sgpt.git
synced 2025-08-05 01:49:49 +00:00
chore: setting up build system fixes
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
This commit is contained in:
parent
5d8c75a0bd
commit
5f9edab980
2
.github/workflows/build_container.yaml
vendored
2
.github/workflows/build_container.yaml
vendored
@ -107,7 +107,7 @@ jobs:
|
||||
upload_images:
|
||||
name: Upload images to ghcr registry
|
||||
needs: [ prepare_ci_run, build_image ]
|
||||
if: github.event_name == 'push' && needs.prepare_ci_run.outputs.NON_FORKED_AND_NON_ROBOT_RUN == 'true' # only run on push to main/maintenance branches
|
||||
# if: github.event_name == 'push' && needs.prepare_ci_run.outputs.NON_FORKED_AND_NON_ROBOT_RUN == 'true' # only run on push to main/maintenance branches
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
DATETIME: ${{ needs.prepare_ci_run.outputs.DATETIME }}
|
||||
|
Loading…
Reference in New Issue
Block a user