mirror of
https://github.com/stefanberger/swtpm.git
synced 2025-08-22 19:04:35 +00:00

It is better to have it as separate action. So it can grow with nore thiungs to do on release. It calls existing docker build and push to avoid duplication. Signed-off-by: Boris Glimcher <Boris.Glimcher@emc.com>
12 lines
180 B
YAML
12 lines
180 B
YAML
name: Release
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
release:
|
|
types: [published]
|
|
|
|
jobs:
|
|
|
|
release-docker:
|
|
uses: ./.github/workflows/docker.yaml
|
|
secrets: inherit |