Skip to content

ci: add default work directory and default user, default cmd #3

ci: add default work directory and default user, default cmd

ci: add default work directory and default user, default cmd #3

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