Skip to content

Commit

Permalink
Generate new tag directly from ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
armandfardeau committed May 2, 2023
1 parent 5cf2286 commit a15e72e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 21 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/release.yml

This file was deleted.

9 changes: 8 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,4 +273,11 @@ jobs:
generateReleaseNotes: true
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}
body: ${{ steps.tag_version.outputs.changelog }}
- uses: OpenSourcePolitics/build-and-push-images-action@master
with:
registry: ${{ vars.REGISTRY_ENDPOINT }}
namespace: ${{ vars.REGISTRY_NAMESPACE }}
password: ${{ secrets.TOKEN }}
image_name: ${{ vars.IMAGE_NAME }}
tag: ${{ steps.tag_version.outputs.new_tag }}

0 comments on commit a15e72e

Please sign in to comment.