Skip to content

[ADD] website_local_font & website_analytics_matomo to website bundle #8

[ADD] website_local_font & website_analytics_matomo to website bundle

[ADD] website_local_font & website_analytics_matomo to website bundle #8

name: release-build-16.0
on:
push:
tags:
- "16.0.*"
jobs:
build-and-push:
uses: ./.github/workflows/build-and-push.yml
if: startsWith(github.ref_name, '16.0.')
with:
tags: ghcr.io/${{ github.repository_owner }}/curq:latest,ghcr.io/${{ github.repository_owner }}/curq:${{ github.ref_name }},ghcr.io/${{ github.repository_owner }}/curq:16.0
release:
needs: build-and-push
runs-on: ubuntu-latest
steps:
- name: Publish release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref_name }}
release_name: ${{ github.ref_name }}
body: "/"
draft: false
prerelease: false