csi-addons / volume-replication-operator

Apache License 2.0
16 stars 23 forks source link

Add github action to push docker image for released tags #70

Closed Madhu-1 closed 3 years ago

Madhu-1 commented 3 years ago

updated Makefile to accept the IMG_NAME and IMG_TAG as parameters when building and pushing the docker image and also added a GitHub action to push the image based on the release tag to the quay.io

Signed-off-by: Madhu Rajanna madhupr007@gmail.com

Madhu-1 commented 3 years ago

once we merge this one we will have two GitHub actions to push docker images. once for the main branch and other for released tags. will work on the enhancement to have single GitHub action to push docker image once this merged