Skip to content

Merge pull request #7 from onecx/dependabot/docker/ubi9/ubi-minimal-9… #8

Merge pull request #7 from onecx/dependabot/docker/ubi9/ubi-minimal-9…

Merge pull request #7 from onecx/dependabot/docker/ubi9/ubi-minimal-9… #8

Workflow file for this run

name: Build Release
on:
push:
tags:
- '**'
jobs:
docker:
uses: onecx/ci-common/.github/workflows/docker-release.yml@v1
secrets: inherit
changelog:
uses: onecx/ci-common/.github/workflows/generate-changelog.yml@v1
needs: docker
secrets: inherit