feat: initial version

This commit is contained in:
natilou 2023-07-13 17:54:25 -03:00
parent 8b701cfebd
commit 127e0d8e2c
1 changed files with 4 additions and 3 deletions

View File

@ -12,18 +12,17 @@ env:
jobs:
release:
needs: build-and-push-image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: checkout
uses: actions/checkout@v2
- name: conventional Changelog Action
id: changelog
uses: TriPSs/conventional-changelog-action@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
output-file: "false"
- name: create release
uses: actions/create-release@v1
@ -58,6 +57,8 @@ jobs:
uses: docker/metadata-action@98669ae865ea3cffbcbaa878cf57c20bbf1c6c38
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=semver,pattern={{version}}
- name: Build and push Docker image
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc