Skip to content

Feature/optimisations #1594

Feature/optimisations

Feature/optimisations #1594

Workflow file for this run

name: UI Build & Test (Feature branch)
on:
push:
branches-ignore:
- main
- development
pull_request:
branches: [ "development" ]
workflow_dispatch:
inputs:
env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
jobs:
slug:
runs-on: ubuntu-latest
outputs:
github_ref_slug: ${{ env.GITHUB_REF_NAME_SLUG }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
show-progress: false
- name: GitHub Slug Action
uses: rlespinasse/[email protected]
feature:
uses: ./.github/workflows/main.yml
needs: slug
with:
version_format: '${major}.${minor}.${patch}-${{ needs.slug.outputs.github_ref_slug }}.${increment}'
secrets: inherit