Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Jun 2, 2024
1 parent 93b6467 commit 59dfc73
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/check-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
grep 'ghcr\.io\/networkservicemesh\/ci\/.*' -rl * | xargs sed -i "/ghcr\.io\/networkservicemesh\/ci/ s#ci\/\(.*\):.*#\1:${{ env.tag }}#g"
git add -- .
git commit -sm "Replace image versions"
git commit -sm "Update image versions"

- name: Replace logging level with INFO
run: |
Expand All @@ -86,9 +86,5 @@ jobs:
grep 'raw.githubusercontent.com' -rl * | xargs sed -i "/raw.githubusercontent.com\/networkservicemesh\/deployments-k8s/ s/deployments-k8s\/[a-z0-9]*/deployments-k8s\/${{ env.tag }}/g"
git add -- .
git commit -s -m "Update references to the latest tag"
echo "CHECKOUT"
git checkout release/${{ env.tag }}
echo "PUSH"
git commit -s -m "Update references"
git push origin release/${{ env.tag }}

0 comments on commit 59dfc73

Please sign in to comment.