Change container build action to manual dispatch
This commit is contained in:
parent
869b83bc49
commit
2c455ec468
|
|
@ -1,9 +1,6 @@
|
||||||
name: Build and Push Docker Image
|
name: Build and Push Docker Image
|
||||||
|
|
||||||
on:
|
on: workflow_dispatch
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
@ -120,4 +117,4 @@ jobs:
|
||||||
untagged: true
|
untagged: true
|
||||||
# Optional: Keep the most recent untagged if needed,
|
# Optional: Keep the most recent untagged if needed,
|
||||||
# otherwise 0 deletes all untagged.
|
# otherwise 0 deletes all untagged.
|
||||||
keep-last: 0
|
keep-last: 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue