|
|
@ -3,8 +3,8 @@ name: Build and push docker image
|
|
|
|
on:
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
push:
|
|
|
|
tags:
|
|
|
|
tags:
|
|
|
|
- 3.* # on push releast with tag 3.*
|
|
|
|
- 3.* # triggered on every push with tag 3.*
|
|
|
|
workflow_dispatch: # on button click
|
|
|
|
workflow_dispatch: # or just on button clicked
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
docker-build:
|
|
|
|
docker-build:
|
|
|
|