mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-06-28 04:30:15 -05:00
Change container build action to manual dispatch
This commit is contained in:
parent
869b83bc49
commit
2c455ec468
7
.github/workflows/build-container.yml
vendored
7
.github/workflows/build-container.yml
vendored
@ -1,9 +1,6 @@
|
||||
name: Build and Push Docker Image
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
on: workflow_dispatch
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@ -120,4 +117,4 @@ jobs:
|
||||
untagged: true
|
||||
# Optional: Keep the most recent untagged if needed,
|
||||
# otherwise 0 deletes all untagged.
|
||||
keep-last: 0
|
||||
keep-last: 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user