Skip to content

Commit

Permalink
Added Azure DevOps CI pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: iamabhishek-dubey <abhishekbhardwaj510@gmail.com>
  • Loading branch information
iamabhishek-dubey committed May 15, 2021
1 parent 3a0d385 commit dafaec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ stages:
displayName: "Publish github image"
inputs:
containerRegistry: 'GithubServiceConnection'
repository: 'ot-container-kit/k8s-secret-injector/k8s-secret-injector'
repository: 'ot-container-kit/k8s-secret-injector/k8s-secret-injectors'
command: 'buildAndPush'
Dockerfile: '**/Dockerfile'
tags: |
Expand Down
1 change: 1 addition & 0 deletions scripts/goreleaser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ compare_version() {
version=$(cat VERSION)
if ! git tag -l | grep "${version}"
then
git checkout master
echo "git tag ${version}"
git tag "${version}"
release
Expand Down

0 comments on commit dafaec6

Please sign in to comment.