Skip to content

Commit

Permalink
workflow: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FrimIdan committed Nov 18, 2021
1 parent ed2dce4 commit 5567e04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
sed -i 's/image: ghcr.io\/apiclarity\/kong-plugin:latest/image: ghcr.io\/apiclarity\/kong-plugin:'"$tag"'/g' plugins/gateway/kong/deploy/deploy.sh
git commit plugins/gateway/kong/deploy/deploy.sh -m "workflow: update tag in kong deploy script"
sed -i 's/image: ghcr.io\/apiclarity\/kong-plugin:latest/image: ghcr.io\/apiclarity\/kong-plugin:'"$tag"'/g' plugins/gateway/kong/deploy/patch-deployment.yaml
git commit plugins/gateway/kong/deploy/patch-deployment.yaml -m "workflow: update tag in kong deploy script"
git tag --annotate --message "Tag for release $tag" "$tag"
git push origin "refs/tags/$tag"
Expand Down

0 comments on commit 5567e04

Please sign in to comment.