Skip to content

Commit

Permalink
Merge pull request #675 from kubeshop/main-to-dev
Browse files Browse the repository at this point in the history
Align develop to main
  • Loading branch information
rangoo94 authored May 16, 2023
2 parents 77c89ad + ff9764c commit c6a0400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# Check if release branch exists in helm-charts repository
REPO_OWNER=kubeshop
REPO_NAME=helm-charts
RELEASE_BRANCH_NAME=release/dashboard/$RELEASE_VERSION
RELEASE_BRANCH_NAME=release/$SERVICE/$RELEASE_VERSION
echo $RELEASE_VERSION
STATUS=$(curl -s -o /dev/null -w '%{http_code}' -H "${AUTH_HEADER}" "https://api.github.com/repos/${REPO_OWNER}/${REPO_NAME}/branches/${RELEASE_BRANCH_NAME}")
Expand Down

0 comments on commit c6a0400

Please sign in to comment.