Updated docker image version tags (#147) #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tag from changelog | |
on: | |
push: | |
branches: | |
- master | |
paths: | |
- 'CHANGELOG.md' | |
permissions: | |
contents: write | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v2 | |
with: | |
fetch-depth: 0 | |
- name: Create tag from changelog | |
id: git-tag-from-changelog | |
uses: SlingNode/[email protected] |