Skip to content

Commit

Permalink
fix(images): automatically bump tags and produce images using convent…
Browse files Browse the repository at this point in the history
…ional commits (#195)
  • Loading branch information
gavin-stackrox authored Dec 1, 2023
1 parent 4093e69 commit 304e3a5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Bump version
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.RHACS_BOT_GITHUB_TOKEN }}
tag_prefix: ""

0 comments on commit 304e3a5

Please sign in to comment.