mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 19:07:54 +01:00
feat(ci): Added ability to run the workflow manually and fix: general fixes (#17)
This commit is contained in:
parent
c2436908ed
commit
42d68772a0
5 changed files with 24 additions and 18 deletions
3
.github/workflows/build-container-image.yml
vendored
3
.github/workflows/build-container-image.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
push-image:
|
||||
|
|
@ -49,4 +50,4 @@ jobs:
|
|||
run: exit 1
|
||||
- name: Exit
|
||||
shell: bash
|
||||
run: exit 0
|
||||
run: exit 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue