Add workflow_dispatch trigger to build_and_push.yml

This commit is contained in:
Eugene Burmakin 2024-04-21 15:09:55 +02:00
parent 581aac8352
commit 0fbf430106

View file

@ -1,5 +1,6 @@
name: Docker image build and push
on:
workflow_dispatch:
release:
types: [created]
jobs: