Docker building image was missing and also auto publish Docker image through GitHub_action
Current Behavior
[x] Added Dockerfile to build the harbor-cli image
[x] Integrated GitHub Action to auto publish the current version of harbor image to Docker hub
Needs to be set
Set the secrets in the repository scope using below naming convention
DOCKER_USERNAME
DOCKER_PASSWORD
Create a separate repository in Docker Hub repository named harbor-cli and Docker hub account name goharbor (can be changed if already existing any account)
like this → goharbor/harbor-cli
To trigger the github action, just need to push any changes in main branch or any pull request
Fixes ⇾ part of #7
Previous State
Current Behavior
Needs to be set
secrets
in the repository scope using below naming conventionharbor-cli
and Docker hub account namegoharbor
(can be changed if already existing any account)goharbor/harbor-cli
To trigger the github action, just need to push any changes in main branch or any pull request
//cc @Vad1mo @amands98