ci(github): add github action to redeploy latest version after docker image ci

This commit is contained in:
Amruth Pillai
2022-03-08 11:50:59 +01:00
parent 43ce43ab5b
commit 2e288a5407
4 changed files with 59 additions and 23 deletions

View File

@ -3,7 +3,7 @@ name: Build and Push Docker Image
on:
push:
branches:
- 'v3'
- v3
jobs:
docker_client: