Change container build action to manual dispatch

This commit is contained in:
Kawrakow 2026-04-11 06:10:08 +00:00
parent 869b83bc49
commit 2c455ec468

View File

@ -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