Skip to content

Draft: CI features for this repository #1

Draft: CI features for this repository

Draft: CI features for this repository #1

name: Publish new release
on:
push:
branches:
- master
tags:
- '*'
jobs:
docker-build:
name: Build tagged Docker image
uses: ./.github/actions/build-images.yaml

Check failure on line 13 in .github/workflows/workflow_release-tagged.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/workflow_release-tagged.yaml

Invalid workflow file

invalid value workflow reference: no version specified
webhook-tests:
name: Release new helm chart version
uses: ./.github/actions/chart-release.yaml
needs: docker-build